MicrosoftGraphOnenoteUserRole Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOnenoteUserRole
- com.
- com.
public final class MicrosoftGraphOnenoteUserRole
extends ExpandableStringEnum<MicrosoftGraphOnenoteUserRole>
onenoteUserRole.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
CONTRIBUTOR
Static value Contributor for Microsoft |
static final
Microsoft |
NONE
Static value None for Microsoft |
static final
Microsoft |
OWNER
Static value Owner for Microsoft |
static final
Microsoft |
READER
Static value Reader for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOnenoteUserRole() |
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
CONTRIBUTOR
public static final MicrosoftGraphOnenoteUserRole CONTRIBUTOR
Static value Contributor for MicrosoftGraphOnenoteUserRole.
NONE
public static final MicrosoftGraphOnenoteUserRole NONE
Static value None for MicrosoftGraphOnenoteUserRole.
OWNER
public static final MicrosoftGraphOnenoteUserRole OWNER
Static value Owner for MicrosoftGraphOnenoteUserRole.
READER
public static final MicrosoftGraphOnenoteUserRole READER
Static value Reader for MicrosoftGraphOnenoteUserRole.
Constructor Details
MicrosoftGraphOnenoteUserRole
@Deprecated
public MicrosoftGraphOnenoteUserRole()
Deprecated
Creates a new instance of MicrosoftGraphOnenoteUserRole value.
Method Details
fromString
public static MicrosoftGraphOnenoteUserRole fromString(String name)
Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphOnenoteUserRole values.
Returns:
Applies to
Azure SDK for Java