Uses of Enum
com.microsoft.graph.models.OnenotePatchInsertPosition
Packages that use OnenotePatchInsertPosition
-
Uses of OnenotePatchInsertPosition in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnenotePatchInsertPositionModifier and TypeMethodDescriptionstatic OnenotePatchInsertPositionOnenotePatchContentCommand.getPosition()Gets the position property value.static OnenotePatchInsertPositionReturns the enum constant of this type with the specified name.static OnenotePatchInsertPosition[]OnenotePatchInsertPosition.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 OnenotePatchInsertPositionModifier and TypeMethodDescriptionvoidOnenotePatchContentCommand.setPosition(OnenotePatchInsertPosition value) Sets the position property value.