Uses of Class
odata.msgraph.client.beta.enums.OnenoteUserRole
-
Packages that use OnenoteUserRole Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of OnenoteUserRole in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as OnenoteUserRole Modifier and Type Field Description protected OnenoteUserRoleCopyNotebookModel. userRoleMethods in odata.msgraph.client.beta.complex that return types with arguments of type OnenoteUserRole Modifier and Type Method Description Optional<OnenoteUserRole>CopyNotebookModel. getUserRole()Methods in odata.msgraph.client.beta.complex with parameters of type OnenoteUserRole Modifier and Type Method Description CopyNotebookModel.BuilderCopyNotebookModel.Builder. userRole(OnenoteUserRole userRole)CopyNotebookModelCopyNotebookModel. withUserRole(OnenoteUserRole userRole) -
Uses of OnenoteUserRole in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OnenoteUserRole Modifier and Type Field Description protected OnenoteUserRoleNotebook. userRoleMethods in odata.msgraph.client.beta.entity that return types with arguments of type OnenoteUserRole Modifier and Type Method Description Optional<OnenoteUserRole>Notebook. getUserRole()Methods in odata.msgraph.client.beta.entity with parameters of type OnenoteUserRole Modifier and Type Method Description Notebook.BuilderNotebook.Builder. userRole(OnenoteUserRole userRole)NotebookNotebook. withUserRole(OnenoteUserRole userRole) -
Uses of OnenoteUserRole in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return OnenoteUserRole Modifier and Type Method Description static OnenoteUserRoleOnenoteUserRole. valueOf(String name)Returns the enum constant of this type with the specified name.static OnenoteUserRole[]OnenoteUserRole. values()Returns an array containing the constants of this enum type, in the order they are declared.
-