odata.msgraph.client.beta.entity.set.Contracts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-msgraph-beta Show documentation
Show all versions of odata-client-msgraph-beta Show documentation
Java client for use with Microsoft Graph beta endpoint
package odata.msgraph.client.beta.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import odata.msgraph.client.beta.entity.collection.request.ContractCollectionRequest;
public final class Contracts extends ContractCollectionRequest {
public Contracts(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy