Class MicrosoftGraphOnenoteUserRole
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnenoteUserRole>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteUserRole
public final class MicrosoftGraphOnenoteUserRole
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphOnenoteUserRole>
onenoteUserRole.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphOnenoteUserRoleStatic value Contributor for MicrosoftGraphOnenoteUserRole.static final MicrosoftGraphOnenoteUserRoleStatic value None for MicrosoftGraphOnenoteUserRole.static final MicrosoftGraphOnenoteUserRoleStatic value Owner for MicrosoftGraphOnenoteUserRole.static final MicrosoftGraphOnenoteUserRoleStatic value Reader for MicrosoftGraphOnenoteUserRole. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.values()Gets known MicrosoftGraphOnenoteUserRole values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value None for MicrosoftGraphOnenoteUserRole. -
OWNER
Static value Owner for MicrosoftGraphOnenoteUserRole. -
CONTRIBUTOR
Static value Contributor for MicrosoftGraphOnenoteUserRole. -
READER
Static value Reader for MicrosoftGraphOnenoteUserRole.
-
-
Constructor Details
-
MicrosoftGraphOnenoteUserRole
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphOnenoteUserRole value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphOnenoteUserRole.
-
values
Gets known MicrosoftGraphOnenoteUserRole values.- Returns:
- known MicrosoftGraphOnenoteUserRole values.
-
fromString(String)factory method.