Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteUserRole
-
Packages that use MicrosoftGraphOnenoteUserRole Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOnenoteUserRole in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphOnenoteUserRole Modifier and Type Field Description static MicrosoftGraphOnenoteUserRole
MicrosoftGraphOnenoteUserRole. CONTRIBUTOR
Static value Contributor for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRole
MicrosoftGraphOnenoteUserRole. NONE
Static value None for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRole
MicrosoftGraphOnenoteUserRole. OWNER
Static value Owner for MicrosoftGraphOnenoteUserRole.static MicrosoftGraphOnenoteUserRole
MicrosoftGraphOnenoteUserRole. READER
Static value Reader for MicrosoftGraphOnenoteUserRole.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenoteUserRole Modifier and Type Method Description static MicrosoftGraphOnenoteUserRole
MicrosoftGraphOnenoteUserRole. fromString(String name)
Creates or finds a MicrosoftGraphOnenoteUserRole from its string representation.MicrosoftGraphOnenoteUserRole
MicrosoftGraphCopyNotebookModel. userRole()
Get the userRole property: The userRole property.MicrosoftGraphOnenoteUserRole
MicrosoftGraphNotebook. userRole()
Get the userRole property: The userRole property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnenoteUserRole Modifier and Type Method Description static Collection<MicrosoftGraphOnenoteUserRole>
MicrosoftGraphOnenoteUserRole. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOnenoteUserRole Modifier and Type Method Description MicrosoftGraphCopyNotebookModel
MicrosoftGraphCopyNotebookModel. withUserRole(MicrosoftGraphOnenoteUserRole userRole)
Set the userRole property: The userRole property.MicrosoftGraphNotebook
MicrosoftGraphNotebook. withUserRole(MicrosoftGraphOnenoteUserRole userRole)
Set the userRole property: The userRole property.
-