Uses of Class
odata.msgraph.client.beta.enums.AccessPackageAssignmentFilterByCurrentUserOptions
-
Packages that use AccessPackageAssignmentFilterByCurrentUserOptions Package Description odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.enums -
-
Uses of AccessPackageAssignmentFilterByCurrentUserOptions in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type AccessPackageAssignmentFilterByCurrentUserOptions Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AccessPackageAssignment>AccessPackageAssignmentCollectionRequest. filterByCurrentUser(AccessPackageAssignmentFilterByCurrentUserOptions on) -
Uses of AccessPackageAssignmentFilterByCurrentUserOptions in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AccessPackageAssignmentFilterByCurrentUserOptions Modifier and Type Method Description static AccessPackageAssignmentFilterByCurrentUserOptionsAccessPackageAssignmentFilterByCurrentUserOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessPackageAssignmentFilterByCurrentUserOptions[]AccessPackageAssignmentFilterByCurrentUserOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-