public interface IOnenotePageRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IOnenotePageRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
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, getRequestUrl, getRequestUrlWithAdditionalSegmentIOnenotePageRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestIOnenotePageRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestINotebookRequestBuilder parentNotebook()
IOnenoteSectionRequestBuilder parentSection()
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)
IOnenotePagePreviewRequestBuilder preview()