Uses of Class
odata.msgraph.client.enums.OnenotePatchInsertPosition
-
Packages that use OnenotePatchInsertPosition Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of OnenotePatchInsertPosition in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as OnenotePatchInsertPosition Modifier and Type Field Description protected OnenotePatchInsertPositionOnenotePatchContentCommand. positionMethods in odata.msgraph.client.complex that return types with arguments of type OnenotePatchInsertPosition Modifier and Type Method Description Optional<OnenotePatchInsertPosition>OnenotePatchContentCommand. getPosition()Methods in odata.msgraph.client.complex with parameters of type OnenotePatchInsertPosition Modifier and Type Method Description OnenotePatchContentCommand.BuilderOnenotePatchContentCommand.Builder. position(OnenotePatchInsertPosition position)OnenotePatchContentCommandOnenotePatchContentCommand. withPosition(OnenotePatchInsertPosition position) -
Uses of OnenotePatchInsertPosition in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return OnenotePatchInsertPosition Modifier and Type Method Description static OnenotePatchInsertPositionOnenotePatchInsertPosition. valueOf(String name)Returns 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.
-