
microsoft.vs.analytics.v4.myorg.entity.set.Teams Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-analytics Show documentation
Show all versions of odata-client-microsoft-analytics Show documentation
Java client as template for Microsoft Analytics organisation endpoints
package microsoft.vs.analytics.v4.myorg.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import microsoft.vs.analytics.v4.model.entity.collection.request.TeamCollectionRequest;
public final class Teams extends TeamCollectionRequest {
public Teams(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Projects project() {
return new Projects(contextPath.addSegment("Project"));
}
public Areas areas() {
return new Areas(contextPath.addSegment("Areas"));
}
public Iterations iterations() {
return new Iterations(contextPath.addSegment("Iterations"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy