public class OnenoteSectionRequestBuilder extends BaseRequestBuilder implements IOnenoteSectionRequestBuilder
| Constructor and Description |
|---|
OnenoteSectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the OnenoteSection
|
| Modifier and Type | Method and Description |
|---|---|
IOnenoteSectionRequest |
buildRequest()
Creates the request
|
IOnenoteSectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
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, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OnenoteSectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOnenoteSectionRequest buildRequest()
buildRequest in interface IOnenoteSectionRequestBuilderpublic IOnenoteSectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOnenoteSectionRequestBuilderrequestOptions - the options for this requestpublic INotebookRequestBuilder parentNotebook()
parentNotebook in interface IOnenoteSectionRequestBuilderpublic ISectionGroupRequestBuilder parentSectionGroup()
parentSectionGroup in interface IOnenoteSectionRequestBuilderpublic IOnenotePageCollectionRequestBuilder pages()
pages in interface IOnenoteSectionRequestBuilderpublic IOnenotePageRequestBuilder pages(java.lang.String id)
pages in interface IOnenoteSectionRequestBuilderpublic IOnenoteSectionCopyToNotebookRequestBuilder copyToNotebook(java.lang.String id, java.lang.String groupId, java.lang.String renameAs, java.lang.String siteCollectionId, java.lang.String siteId)
copyToNotebook in interface IOnenoteSectionRequestBuilderpublic IOnenoteSectionCopyToSectionGroupRequestBuilder copyToSectionGroup(java.lang.String id, java.lang.String groupId, java.lang.String renameAs, java.lang.String siteCollectionId, java.lang.String siteId)
copyToSectionGroup in interface IOnenoteSectionRequestBuilder