public class OnenotePageRequest extends com.github.davidmoten.odata.client.EntityRequest<OnenotePage>
| Constructor and Description |
|---|
OnenotePageRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<OnenoteOperation> |
copyToSection(String id,
String groupId,
String siteCollectionId,
String siteId) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
onenotePatchContent(List<OnenotePatchContentCommand> commands) |
NotebookRequest |
parentNotebook() |
OnenoteSectionRequest |
parentSection() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<OnenotePagePreview> |
preview() |
public OnenotePageRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public OnenoteSectionRequest parentSection()
public NotebookRequest parentNotebook()
public com.github.davidmoten.odata.client.ActionRequestNoReturn onenotePatchContent(List<OnenotePatchContentCommand> commands)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<OnenoteOperation> copyToSection(String id, String groupId, String siteCollectionId, String siteId)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<OnenotePagePreview> preview()
Copyright © 2018–2020. All rights reserved.