Uses of Enum
com.microsoft.graph.models.AccessReviewHistoryDecisionFilter
Packages that use AccessReviewHistoryDecisionFilter
-
Uses of AccessReviewHistoryDecisionFilter in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AccessReviewHistoryDecisionFilterModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AccessReviewHistoryDecisionFilter[]AccessReviewHistoryDecisionFilter.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type AccessReviewHistoryDecisionFilterModifier and TypeMethodDescriptionAccessReviewHistoryDefinition.getDecisions()Gets the decisions property value.Method parameters in com.microsoft.graph.models with type arguments of type AccessReviewHistoryDecisionFilterModifier and TypeMethodDescriptionvoidAccessReviewHistoryDefinition.setDecisions(List<AccessReviewHistoryDecisionFilter> value) Sets the decisions property value.