| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
OnenoteOperation |
OnenoteOperation.Builder.build() |
OnenoteOperation |
OnenoteOperation.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
OnenoteOperation |
OnenoteOperation.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
OnenoteOperation |
OnenoteOperation.withError(OnenoteOperationError error) |
OnenoteOperation |
OnenoteOperation.withPercentComplete(String percentComplete) |
OnenoteOperation |
OnenoteOperation.withResourceId(String resourceId) |
OnenoteOperation |
OnenoteOperation.withResourceLocation(String resourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> |
Notebook.copyNotebook(String groupId,
String renameAs,
String notebookFolder,
String siteCollectionId,
String siteId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> |
OnenoteSection.copyToNotebook(String id,
String groupId,
String renameAs,
String siteCollectionId,
String siteId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> |
OnenotePage.copyToSection(String id,
String groupId,
String siteCollectionId,
String siteId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> |
OnenoteSection.copyToSectionGroup(String id,
String groupId,
String renameAs,
String siteCollectionId,
String siteId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> |
NotebookRequest.copyNotebook(String groupId,
String renameAs,
String notebookFolder,
String siteCollectionId,
String siteId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> |
OnenoteSectionRequest.copyToNotebook(String id,
String groupId,
String renameAs,
String siteCollectionId,
String siteId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> |
OnenotePageRequest.copyToSection(String id,
String groupId,
String siteCollectionId,
String siteId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<OnenoteOperation> |
OnenoteSectionRequest.copyToSectionGroup(String id,
String groupId,
String renameAs,
String siteCollectionId,
String siteId) |
Copyright © 2018–2020. All rights reserved.