public class NotebookGetRecentNotebooksCollectionRequestBuilder extends BaseFunctionRequestBuilder implements INotebookGetRecentNotebooksCollectionRequestBuilder
functionOptions| Constructor and Description |
|---|
NotebookGetRecentNotebooksCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Boolean includePersonalNotebooks)
The request builder for this collection of Notebook
|
| Modifier and Type | Method and Description |
|---|---|
INotebookGetRecentNotebooksCollectionRequest |
buildRequest() |
INotebookGetRecentNotebooksCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic NotebookGetRecentNotebooksCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.Boolean includePersonalNotebooks)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestincludePersonalNotebooks - the includePersonalNotebookspublic INotebookGetRecentNotebooksCollectionRequest buildRequest()
buildRequest in interface INotebookGetRecentNotebooksCollectionRequestBuilderpublic INotebookGetRecentNotebooksCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface INotebookGetRecentNotebooksCollectionRequestBuilder