Uses of Enum
com.microsoft.graph.models.UserAction
Packages that use UserAction
-
Uses of UserAction in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserActionModifier and TypeMethodDescriptionstatic UserActionUserActionContext.getUserAction()Gets the userAction property value.static UserActionReturns the enum constant of this type with the specified name.static UserAction[]UserAction.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 UserActionModifier and TypeMethodDescriptionvoidUserActionContext.setUserAction(UserAction value) Sets the userAction property value.