public interface IOnenoteSectionRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IOnenoteSectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
IOnenoteSectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IOnenoteSectionCopyToNotebookRequestBuilder |
copyToNotebook(java.lang.String id,
java.lang.String groupId,
java.lang.String renameAs,
java.lang.String siteCollectionId,
java.lang.String siteId) |
IOnenoteSectionCopyToSectionGroupRequestBuilder |
copyToSectionGroup(java.lang.String id,
java.lang.String groupId,
java.lang.String renameAs,
java.lang.String siteCollectionId,
java.lang.String siteId) |
IOnenotePageCollectionRequestBuilder |
pages() |
IOnenotePageRequestBuilder |
pages(java.lang.String id) |
INotebookRequestBuilder |
parentNotebook()
Gets the request builder for Notebook
|
ISectionGroupRequestBuilder |
parentSectionGroup()
Gets the request builder for SectionGroup
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIOnenoteSectionRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIOnenoteSectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIOnenotePageCollectionRequestBuilder pages()
IOnenotePageRequestBuilder pages(java.lang.String id)
INotebookRequestBuilder parentNotebook()
ISectionGroupRequestBuilder parentSectionGroup()
IOnenoteSectionCopyToNotebookRequestBuilder copyToNotebook(java.lang.String id, java.lang.String groupId, java.lang.String renameAs, java.lang.String siteCollectionId, java.lang.String siteId)
IOnenoteSectionCopyToSectionGroupRequestBuilder copyToSectionGroup(java.lang.String id, java.lang.String groupId, java.lang.String renameAs, java.lang.String siteCollectionId, java.lang.String siteId)