odata.msgraph.client.beta.entity.set.PermissionGrants 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.ResourceSpecificPermissionGrantCollectionRequest;
public final class PermissionGrants extends ResourceSpecificPermissionGrantCollectionRequest {
public PermissionGrants(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy