public class OnenoteSectionRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<OnenoteSection>
| Constructor and Description |
|---|
OnenoteSectionRequestBuilder(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 OnenoteSection
|
| Modifier and Type | Method and Description |
|---|---|
OnenoteSectionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
OnenoteSectionRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
OnenoteSectionCopyToNotebookRequestBuilder |
copyToNotebook(OnenoteSectionCopyToNotebookParameterSet parameters)
Gets a builder to execute the method
|
OnenoteSectionCopyToSectionGroupRequestBuilder |
copyToSectionGroup(OnenoteSectionCopyToSectionGroupParameterSet parameters)
Gets a builder to execute the method
|
OnenotePageCollectionRequestBuilder |
pages()
Gets a request builder for the OnenotePage collection
|
OnenotePageRequestBuilder |
pages(java.lang.String id)
Gets a request builder for the OnenotePage item
|
NotebookRequestBuilder |
parentNotebook()
Gets the request builder for Notebook
|
SectionGroupRequestBuilder |
parentSectionGroup()
Gets the request builder for SectionGroup
|
public OnenoteSectionRequestBuilder(@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 OnenoteSectionRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public OnenoteSectionRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public OnenotePageCollectionRequestBuilder pages()
@Nonnull public OnenotePageRequestBuilder pages(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public NotebookRequestBuilder parentNotebook()
@Nonnull public SectionGroupRequestBuilder parentSectionGroup()
@Nonnull public OnenoteSectionCopyToNotebookRequestBuilder copyToNotebook(@Nonnull OnenoteSectionCopyToNotebookParameterSet parameters)
parameters - the parameters for the service method@Nonnull public OnenoteSectionCopyToSectionGroupRequestBuilder copyToSectionGroup(@Nonnull OnenoteSectionCopyToSectionGroupParameterSet parameters)
parameters - the parameters for the service method