Uses of Enum
com.microsoft.graph.models.ScheduleRequestActions
Packages that use ScheduleRequestActions
-
Uses of ScheduleRequestActions in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ScheduleRequestActionsModifier and TypeMethodDescriptionstatic ScheduleRequestActionsPrivilegedAccessScheduleRequest.getAction()Gets the action property value.static ScheduleRequestActionsReturns the enum constant of this type with the specified name.static ScheduleRequestActions[]ScheduleRequestActions.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 ScheduleRequestActionsModifier and TypeMethodDescriptionvoidPrivilegedAccessScheduleRequest.setAction(ScheduleRequestActions value) Sets the action property value.