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