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 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 URL
      client - the service client
      requestOptions - 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

      @Nonnull public OnenotePageCollectionRequestBuilder pages()
      Gets a request builder for the OnenotePage collection
      Returns:
      the collection request builder
    • pages

      @Nonnull public OnenotePageRequestBuilder pages(@Nonnull String id)
      Gets a request builder for the OnenotePage item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • parentNotebook

      @Nonnull public NotebookRequestBuilder parentNotebook()
      Gets the request builder for Notebook
      Returns:
      the NotebookRequestBuilder instance
    • parentSectionGroup

      @Nonnull public SectionGroupRequestBuilder 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