public class OnenotePageRequestBuilder extends BaseRequestBuilder implements IOnenotePageRequestBuilder
| Constructor and Description |
|---|
OnenotePageRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the OnenotePage
|
| Modifier and Type | Method and Description |
|---|---|
IOnenotePageRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IOnenotePageRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IOnenotePageContentStreamRequestBuilder |
content() |
IOnenotePageCopyToSectionRequestBuilder |
copyToSection(java.lang.String id,
java.lang.String groupId,
java.lang.String siteCollectionId,
java.lang.String siteId) |
IOnenotePageOnenotePatchContentRequestBuilder |
onenotePatchContent(java.util.List<OnenotePatchContentCommand> commands) |
INotebookRequestBuilder |
parentNotebook()
Gets the request builder for Notebook
|
IOnenoteSectionRequestBuilder |
parentSection()
Gets the request builder for OnenoteSection
|
IOnenotePagePreviewRequestBuilder |
preview() |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OnenotePageRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IOnenotePageRequest buildRequest(Option... requestOptions)
buildRequest in interface IOnenotePageRequestBuilderrequestOptions - the options for this requestpublic IOnenotePageRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOnenotePageRequestBuilderrequestOptions - the options for this requestpublic INotebookRequestBuilder parentNotebook()
parentNotebook in interface IOnenotePageRequestBuilderpublic IOnenoteSectionRequestBuilder parentSection()
parentSection in interface IOnenotePageRequestBuilderpublic IOnenotePageContentStreamRequestBuilder content()
content in interface IOnenotePageRequestBuilderpublic IOnenotePageCopyToSectionRequestBuilder copyToSection(java.lang.String id, java.lang.String groupId, java.lang.String siteCollectionId, java.lang.String siteId)
copyToSection in interface IOnenotePageRequestBuilderpublic IOnenotePageOnenotePatchContentRequestBuilder onenotePatchContent(java.util.List<OnenotePatchContentCommand> commands)
onenotePatchContent in interface IOnenotePageRequestBuilderpublic IOnenotePagePreviewRequestBuilder preview()
preview in interface IOnenotePageRequestBuilder