public class NotebookCollectionRequestBuilder extends com.microsoft.graph.http.BaseCollectionRequestBuilder<Notebook,NotebookRequestBuilder,NotebookCollectionResponse,NotebookCollectionPage,NotebookCollectionRequest>
| Constructor and Description |
|---|
NotebookCollectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this collection of Onenote
|
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.graph.http.PrimitiveRequestBuilder<java.lang.Long> |
count()
Gets the raw count request for the collection
|
NotebookGetNotebookFromWebUrlRequestBuilder |
getNotebookFromWebUrl(NotebookGetNotebookFromWebUrlParameterSet parameters)
Gets a builder to execute the method
|
NotebookGetRecentNotebooksCollectionRequestBuilder |
getRecentNotebooks(NotebookGetRecentNotebooksParameterSet parameters)
Gets a builder to execute the method
|
buildRequest, buildRequest, byIdpublic NotebookCollectionRequestBuilder(@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 NotebookGetNotebookFromWebUrlRequestBuilder getNotebookFromWebUrl(@Nonnull NotebookGetNotebookFromWebUrlParameterSet parameters)
parameters - the parameters for the service method@Nonnull public NotebookGetRecentNotebooksCollectionRequestBuilder getRecentNotebooks(@Nonnull NotebookGetRecentNotebooksParameterSet parameters)
parameters - the parameters for the service method@Nonnull public com.microsoft.graph.http.PrimitiveRequestBuilder<java.lang.Long> count()