Uses of Enum
com.microsoft.graph.models.UnifiedRoleScheduleRequestActions
Packages that use UnifiedRoleScheduleRequestActions
-
Uses of UnifiedRoleScheduleRequestActions in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UnifiedRoleScheduleRequestActionsModifier and TypeMethodDescriptionUnifiedRoleAssignmentScheduleRequest.getAction()Gets the action property value.UnifiedRoleEligibilityScheduleRequest.getAction()Gets the action property value.Returns the enum constant of this type with the specified name.static UnifiedRoleScheduleRequestActions[]UnifiedRoleScheduleRequestActions.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 UnifiedRoleScheduleRequestActionsModifier and TypeMethodDescriptionvoidUnifiedRoleAssignmentScheduleRequest.setAction(UnifiedRoleScheduleRequestActions value) Sets the action property value.voidUnifiedRoleEligibilityScheduleRequest.setAction(UnifiedRoleScheduleRequestActions value) Sets the action property value.