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>
Defines values for MicrosoftGraphOnenoteUserRole.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphOnenoteUserRoleCONTRIBUTORStatic value Contributor for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRoleNONEStatic value None for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRoleOWNERStatic value Owner for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRoleREADERStatic value Reader for MicrosoftGraphOnenoteUserRole.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphOnenoteUserRole()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphOnenoteUserRolefromString(String name)Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.static Collection<MicrosoftGraphOnenoteUserRole>values()
-
-
-
Field Detail
-
NONE
public static final MicrosoftGraphOnenoteUserRole NONE
Static value None for MicrosoftGraphOnenoteUserRole.
-
OWNER
public static final MicrosoftGraphOnenoteUserRole OWNER
Static value Owner for MicrosoftGraphOnenoteUserRole.
-
CONTRIBUTOR
public static final MicrosoftGraphOnenoteUserRole CONTRIBUTOR
Static value Contributor for MicrosoftGraphOnenoteUserRole.
-
READER
public static final MicrosoftGraphOnenoteUserRole READER
Static value Reader for MicrosoftGraphOnenoteUserRole.
-
-
Method Detail
-
fromString
public static MicrosoftGraphOnenoteUserRole fromString(String name)
Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphOnenoteUserRole.
-
values
public static Collection<MicrosoftGraphOnenoteUserRole> values()
- Returns:
- known MicrosoftGraphOnenoteUserRole values.
-
-