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