Uses of Enum
com.microsoft.graph.models.AccessReviewHistoryStatus
Packages that use AccessReviewHistoryStatus
-
Uses of AccessReviewHistoryStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessReviewHistoryStatusModifier and TypeMethodDescriptionstatic AccessReviewHistoryStatusAccessReviewHistoryDefinition.getStatus()Gets the status property value.AccessReviewHistoryInstance.getStatus()Gets the status property value.static AccessReviewHistoryStatusReturns the enum constant of this type with the specified name.static AccessReviewHistoryStatus[]AccessReviewHistoryStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AccessReviewHistoryStatusModifier and TypeMethodDescriptionvoidAccessReviewHistoryDefinition.setStatus(AccessReviewHistoryStatus value) Sets the status property value.voidAccessReviewHistoryInstance.setStatus(AccessReviewHistoryStatus value) Sets the status property value.