
microsoft.vs.analytics.v3.myorg.entity.set.BoardLocations 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.v3.myorg.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import microsoft.vs.analytics.v3.model.entity.collection.request.BoardLocationCollectionRequest;
public final class BoardLocations extends BoardLocationCollectionRequest {
public BoardLocations(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Teams team() {
return new Teams(contextPath.addSegment("Team"));
}
public WorkItems workItems() {
return new WorkItems(contextPath.addSegment("WorkItems"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy