| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected OnenoteUserRole |
CopyNotebookModel.userRole |
| Modifier and Type | Method and Description |
|---|---|
Optional<OnenoteUserRole> |
CopyNotebookModel.getUserRole() |
| Modifier and Type | Method and Description |
|---|---|
CopyNotebookModel.Builder |
CopyNotebookModel.Builder.userRole(OnenoteUserRole userRole) |
CopyNotebookModel |
CopyNotebookModel.withUserRole(OnenoteUserRole userRole) |
| Modifier and Type | Field and Description |
|---|---|
protected OnenoteUserRole |
Notebook.userRole |
| Modifier and Type | Method and Description |
|---|---|
Optional<OnenoteUserRole> |
Notebook.getUserRole() |
| Modifier and Type | Method and Description |
|---|---|
Notebook.Builder |
Notebook.Builder.userRole(OnenoteUserRole userRole) |
Notebook |
Notebook.withUserRole(OnenoteUserRole userRole) |
| Modifier and Type | Method and Description |
|---|---|
static OnenoteUserRole |
OnenoteUserRole.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.
|
Copyright © 2018–2020. All rights reserved.