
odata.msgraph.client.entity.set.Applications Maven / Gradle / Ivy
package odata.msgraph.client.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import odata.msgraph.client.entity.collection.request.ApplicationCollectionRequest;
public final class Applications extends ApplicationCollectionRequest {
public Applications(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public DirectoryObjects createdOnBehalfOf() {
return new DirectoryObjects(contextPath.addSegment("createdOnBehalfOf"));
}
public DirectoryObjects owners() {
return new DirectoryObjects(contextPath.addSegment("owners"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy