public class NotebookCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Notebook,NotebookRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
NotebookCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<CopyNotebookModel> |
getNotebookFromWebUrl(String webUrl) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RecentNotebook> |
getRecentNotebooks(Boolean includePersonalNotebooks) |
SectionGroupCollectionRequest |
sectionGroups() |
SectionGroupRequest |
sectionGroups(String id) |
OnenoteSectionCollectionRequest |
sections() |
OnenoteSectionRequest |
sections(String id) |
public NotebookCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public OnenoteSectionCollectionRequest sections()
public OnenoteSectionRequest sections(String id)
public SectionGroupCollectionRequest sectionGroups()
public SectionGroupRequest sectionGroups(String id)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<CopyNotebookModel> getNotebookFromWebUrl(String webUrl)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<RecentNotebook> getRecentNotebooks(Boolean includePersonalNotebooks)
Copyright © 2018–2020. All rights reserved.