Uses of Class
odata.msgraph.client.beta.enums.AccessReviewTimeoutBehavior
-
Packages that use AccessReviewTimeoutBehavior Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of AccessReviewTimeoutBehavior in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as AccessReviewTimeoutBehavior Modifier and Type Field Description protected AccessReviewTimeoutBehaviorAssignmentReviewSettings. accessReviewTimeoutBehaviorMethods in odata.msgraph.client.beta.complex that return types with arguments of type AccessReviewTimeoutBehavior Modifier and Type Method Description Optional<AccessReviewTimeoutBehavior>AssignmentReviewSettings. getAccessReviewTimeoutBehavior()Methods in odata.msgraph.client.beta.complex with parameters of type AccessReviewTimeoutBehavior Modifier and Type Method Description AssignmentReviewSettings.BuilderAssignmentReviewSettings.Builder. accessReviewTimeoutBehavior(AccessReviewTimeoutBehavior accessReviewTimeoutBehavior)AssignmentReviewSettingsAssignmentReviewSettings. withAccessReviewTimeoutBehavior(AccessReviewTimeoutBehavior accessReviewTimeoutBehavior) -
Uses of AccessReviewTimeoutBehavior in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return AccessReviewTimeoutBehavior Modifier and Type Method Description static AccessReviewTimeoutBehaviorAccessReviewTimeoutBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static AccessReviewTimeoutBehavior[]AccessReviewTimeoutBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.
-