Uses of Enum
com.microsoft.graph.models.ActionState
Packages that use ActionState
-
Uses of ActionState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ActionStateModifier and TypeMethodDescriptionstatic ActionStateDeviceActionResult.getActionState()Gets the actionState property value.static ActionStateReturns the enum constant of this type with the specified name.static ActionState[]ActionState.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 ActionStateModifier and TypeMethodDescriptionvoidDeviceActionResult.setActionState(ActionState value) Sets the actionState property value.