Uses of Enum
com.microsoft.graph.models.ExecutionMode
Packages that use ExecutionMode
-
Uses of ExecutionMode in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ExecutionModeModifier and TypeMethodDescriptionstatic ExecutionModePolicyScopeBase.getExecutionMode()Gets the executionMode property value.static ExecutionModeReturns the enum constant of this type with the specified name.static ExecutionMode[]ExecutionMode.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 ExecutionModeModifier and TypeMethodDescriptionvoidPolicyScopeBase.setExecutionMode(ExecutionMode value) Sets the executionMode property value.