public class NotebookRequest extends com.github.davidmoten.odata.client.EntityRequest<Notebook>
| Constructor and Description |
|---|
NotebookRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<OnenoteOperation> |
copyNotebook(String groupId,
String renameAs,
String notebookFolder,
String siteCollectionId,
String siteId) |
SectionGroupCollectionRequest |
sectionGroups() |
SectionGroupRequest |
sectionGroups(String id) |
OnenoteSectionCollectionRequest |
sections() |
OnenoteSectionRequest |
sections(String id) |
public NotebookRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public OnenoteSectionCollectionRequest sections()
public OnenoteSectionRequest sections(String id)
public SectionGroupCollectionRequest sectionGroups()
public SectionGroupRequest sectionGroups(String id)
Copyright © 2018–2020. All rights reserved.