public class NotebookRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Notebook>
| Constructor and Description |
|---|
NotebookRequestBuilder(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 Notebook
|
| Modifier and Type | Method and Description |
|---|---|
NotebookRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
NotebookRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
NotebookCopyNotebookRequestBuilder |
copyNotebook(NotebookCopyNotebookParameterSet parameters)
Gets a builder to execute the method
|
SectionGroupCollectionRequestBuilder |
sectionGroups()
Gets a request builder for the SectionGroup collection
|
SectionGroupRequestBuilder |
sectionGroups(java.lang.String id)
Gets a request builder for the SectionGroup item
|
OnenoteSectionCollectionRequestBuilder |
sections()
Gets a request builder for the OnenoteSection collection
|
OnenoteSectionRequestBuilder |
sections(java.lang.String id)
Gets a request builder for the OnenoteSection item
|
public NotebookRequestBuilder(@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 NotebookRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public NotebookRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public SectionGroupCollectionRequestBuilder sectionGroups()
@Nonnull public SectionGroupRequestBuilder sectionGroups(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public OnenoteSectionCollectionRequestBuilder sections()
@Nonnull public OnenoteSectionRequestBuilder sections(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public NotebookCopyNotebookRequestBuilder copyNotebook(@Nonnull NotebookCopyNotebookParameterSet parameters)
parameters - the parameters for the service method