Package com.microsoft.graph.requests
Class OnenoteSectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<OnenoteSection>
com.microsoft.graph.requests.OnenoteSectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class OnenoteSectionRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<OnenoteSection>
The class for the Onenote Section Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionOnenoteSectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the OnenoteSection -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a builder to execute the methodGets a builder to execute the methodpages()Gets a request builder for the OnenotePage collectionGets a request builder for the OnenotePage itemGets the request builder for NotebookGets the request builder for SectionGroupMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
OnenoteSectionRequestBuilder
public OnenoteSectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the OnenoteSection- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public OnenoteSectionRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the OnenoteSectionRequest instance
-
buildRequest
@Nonnull public OnenoteSectionRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the OnenoteSectionRequest instance
-
pages
Gets a request builder for the OnenotePage collection- Returns:
- the collection request builder
-
pages
Gets a request builder for the OnenotePage item- Parameters:
id- the item identifier- Returns:
- the request builder
-
parentNotebook
Gets the request builder for Notebook- Returns:
- the NotebookRequestBuilder instance
-
parentSectionGroup
Gets the request builder for SectionGroup- Returns:
- the SectionGroupRequestBuilder instance
-
copyToNotebook
@Nonnull public OnenoteSectionCopyToNotebookRequestBuilder copyToNotebook(@Nonnull OnenoteSectionCopyToNotebookParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
copyToSectionGroup
@Nonnull public OnenoteSectionCopyToSectionGroupRequestBuilder copyToSectionGroup(@Nonnull OnenoteSectionCopyToSectionGroupParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-