public class NotebookCollectionRequestBuilder extends BaseRequestBuilder implements INotebookCollectionRequestBuilder
| Constructor and Description |
|---|
NotebookCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of Onenote
|
| Modifier and Type | Method and Description |
|---|---|
INotebookCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
INotebookCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
INotebookRequestBuilder |
byId(java.lang.String id) |
INotebookGetNotebookFromWebUrlRequestBuilder |
getNotebookFromWebUrl(java.lang.String webUrl) |
INotebookGetRecentNotebooksCollectionRequestBuilder |
getRecentNotebooks(java.lang.Boolean includePersonalNotebooks) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic NotebookCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic INotebookCollectionRequest buildRequest(Option... requestOptions)
buildRequest in interface INotebookCollectionRequestBuilderrequestOptions - the options for this requestpublic INotebookCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface INotebookCollectionRequestBuilderrequestOptions - the options for this requestpublic INotebookRequestBuilder byId(java.lang.String id)
byId in interface INotebookCollectionRequestBuilderpublic INotebookGetNotebookFromWebUrlRequestBuilder getNotebookFromWebUrl(java.lang.String webUrl)
getNotebookFromWebUrl in interface INotebookCollectionRequestBuilderpublic INotebookGetRecentNotebooksCollectionRequestBuilder getRecentNotebooks(java.lang.Boolean includePersonalNotebooks)
getRecentNotebooks in interface INotebookCollectionRequestBuilder