Class MicrosoftGraphOnenotePatchActionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnenotePatchActionType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenotePatchActionType
public final class MicrosoftGraphOnenotePatchActionType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnenotePatchActionType>
Defines values for MicrosoftGraphOnenotePatchActionType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphOnenotePatchActionTypeStatic value Append for MicrosoftGraphOnenotePatchActionType.static final MicrosoftGraphOnenotePatchActionTypeStatic value Delete for MicrosoftGraphOnenotePatchActionType.static final MicrosoftGraphOnenotePatchActionTypeStatic value Insert for MicrosoftGraphOnenotePatchActionType.static final MicrosoftGraphOnenotePatchActionTypeStatic value Prepend for MicrosoftGraphOnenotePatchActionType.static final MicrosoftGraphOnenotePatchActionTypeStatic value Replace for MicrosoftGraphOnenotePatchActionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphOnenotePatchActionType from its string representation.values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
REPLACE
Static value Replace for MicrosoftGraphOnenotePatchActionType. -
APPEND
Static value Append for MicrosoftGraphOnenotePatchActionType. -
DELETE
Static value Delete for MicrosoftGraphOnenotePatchActionType. -
INSERT
Static value Insert for MicrosoftGraphOnenotePatchActionType. -
PREPEND
Static value Prepend for MicrosoftGraphOnenotePatchActionType.
-
-
Constructor Details
-
MicrosoftGraphOnenotePatchActionType
public MicrosoftGraphOnenotePatchActionType()
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphOnenotePatchActionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphOnenotePatchActionType.
-
values
- Returns:
- known MicrosoftGraphOnenotePatchActionType values.
-