public class OnenoteSectionRequest extends com.github.davidmoten.odata.client.EntityRequest<OnenoteSection>
| Constructor and Description |
|---|
OnenoteSectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<OnenoteOperation> |
copyToNotebook(String id,
String groupId,
String renameAs,
String siteCollectionId,
String siteId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<OnenoteOperation> |
copyToSectionGroup(String id,
String groupId,
String renameAs,
String siteCollectionId,
String siteId) |
OnenotePageCollectionRequest |
pages() |
OnenotePageRequest |
pages(String id) |
NotebookRequest |
parentNotebook() |
SectionGroupRequest |
parentSectionGroup() |
public OnenoteSectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public NotebookRequest parentNotebook()
public SectionGroupRequest parentSectionGroup()
public OnenotePageCollectionRequest pages()
public OnenotePageRequest pages(String id)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<OnenoteOperation> copyToNotebook(String id, String groupId, String renameAs, String siteCollectionId, String siteId)
Copyright © 2018–2020. All rights reserved.