Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenotePatchInsertPosition
-
Packages that use MicrosoftGraphOnenotePatchInsertPosition Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnenotePatchInsertPosition in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphOnenotePatchInsertPosition Modifier and Type Field Description static MicrosoftGraphOnenotePatchInsertPosition
MicrosoftGraphOnenotePatchInsertPosition. AFTER
Static value After for MicrosoftGraphOnenotePatchInsertPosition.static MicrosoftGraphOnenotePatchInsertPosition
MicrosoftGraphOnenotePatchInsertPosition. BEFORE
Static value Before for MicrosoftGraphOnenotePatchInsertPosition.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenotePatchInsertPosition Modifier and Type Method Description static MicrosoftGraphOnenotePatchInsertPosition
MicrosoftGraphOnenotePatchInsertPosition. fromString(String name)
Creates or finds a MicrosoftGraphOnenotePatchInsertPosition from its string representation.MicrosoftGraphOnenotePatchInsertPosition
MicrosoftGraphOnenotePatchContentCommand. position()
Get the position property: onenotePatchInsertPosition.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnenotePatchInsertPosition Modifier and Type Method Description static Collection<MicrosoftGraphOnenotePatchInsertPosition>
MicrosoftGraphOnenotePatchInsertPosition. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnenotePatchInsertPosition Modifier and Type Method Description MicrosoftGraphOnenotePatchContentCommand
MicrosoftGraphOnenotePatchContentCommand. withPosition(MicrosoftGraphOnenotePatchInsertPosition position)
Set the position property: onenotePatchInsertPosition.
-