Uses of Enum
com.microsoft.graph.models.OnenoteUserRole
Packages that use OnenoteUserRole
-
Uses of OnenoteUserRole in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return OnenoteUserRoleModifier and TypeMethodDescriptionstatic OnenoteUserRoleCopyNotebookModel.getUserRole()Gets the userRole property value.Notebook.getUserRole()Gets the userRole property value.static OnenoteUserRoleReturns 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.Methods in com.microsoft.graph.models with parameters of type OnenoteUserRoleModifier and TypeMethodDescriptionvoidCopyNotebookModel.setUserRole(OnenoteUserRole value) Sets the userRole property value.voidNotebook.setUserRole(OnenoteUserRole value) Sets the userRole property value.