public class OnenotePageRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<OnenotePage>
| Constructor and Description |
|---|
OnenotePageRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the OnenotePage
|
| Modifier and Type | Method and Description |
|---|---|
OnenotePageRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
OnenotePageRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
OnenotePageContentStreamRequestBuilder |
content()
Gets the request builder for content
|
OnenotePageCopyToSectionRequestBuilder |
copyToSection(OnenotePageCopyToSectionParameterSet parameters)
Gets a builder to execute the method
|
OnenotePageOnenotePatchContentRequestBuilder |
onenotePatchContent(OnenotePageOnenotePatchContentParameterSet parameters)
Gets a builder to execute the method
|
NotebookRequestBuilder |
parentNotebook()
Gets the request builder for Notebook
|
OnenoteSectionRequestBuilder |
parentSection()
Gets the request builder for OnenoteSection
|
OnenotePagePreviewRequestBuilder |
preview()
Gets a builder to execute the method
|
public OnenotePageRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public OnenotePageRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public OnenotePageRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public NotebookRequestBuilder parentNotebook()
@Nonnull public OnenoteSectionRequestBuilder parentSection()
@Nonnull public OnenotePageContentStreamRequestBuilder content()
@Nonnull public OnenotePageCopyToSectionRequestBuilder copyToSection(@Nonnull OnenotePageCopyToSectionParameterSet parameters)
parameters - the parameters for the service method@Nonnull public OnenotePageOnenotePatchContentRequestBuilder onenotePatchContent(@Nonnull OnenotePageOnenotePatchContentParameterSet parameters)
parameters - the parameters for the service method@Nonnull public OnenotePagePreviewRequestBuilder preview()