MicrosoftGraphOnenotePatchInsertPosition Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnenotePatchInsertPosition
- com.
- com.
public final class MicrosoftGraphOnenotePatchInsertPosition
extends ExpandableStringEnum<MicrosoftGraphOnenotePatchInsertPosition>
Represents an onenote patch insert position.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Microsoft |
AFTER
Static value After for Microsoft |
|
static final
Microsoft |
BEFORE
Static value Before for Microsoft |
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphOnenotePatchInsertPosition() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
|
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
AFTER
public static final MicrosoftGraphOnenotePatchInsertPosition AFTER
Static value After for MicrosoftGraphOnenotePatchInsertPosition.
BEFORE
public static final MicrosoftGraphOnenotePatchInsertPosition BEFORE
Static value Before for MicrosoftGraphOnenotePatchInsertPosition.
Constructor Details
MicrosoftGraphOnenotePatchInsertPosition
@Deprecated
public MicrosoftGraphOnenotePatchInsertPosition()
Deprecated
Creates a new instance of MicrosoftGraphOnenotePatchInsertPosition value.
Method Details
fromString
public static MicrosoftGraphOnenotePatchInsertPosition fromString(String name)
Creates or finds a MicrosoftGraphOnenotePatchInsertPosition from its string representation.
Parameters:
Returns:
values
public static Collection<MicrosoftGraphOnenotePatchInsertPosition> values()
Gets known MicrosoftGraphOnenotePatchInsertPosition values.
Returns: