All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.vs.analytics.v2.myorg.entity.set.Projects Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package microsoft.vs.analytics.v2.myorg.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import java.util.Optional;

import microsoft.vs.analytics.v2.model.entity.collection.request.ProjectCollectionRequest;

public final class Projects extends ProjectCollectionRequest {

    public Projects(ContextPath contextPath) {
        super(contextPath, Optional.empty());
    }

    public Areas areas() {
        return new Areas(contextPath.addSegment("Areas"));
    }

    public Iterations iterations() {
        return new Iterations(contextPath.addSegment("Iterations"));
    }

    public Teams teams() {
        return new Teams(contextPath.addSegment("Teams"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy