public class NotebookGetRecentNotebooksCollectionRequest extends BaseCollectionRequest<NotebookGetRecentNotebooksCollectionResponse,INotebookGetRecentNotebooksCollectionPage> implements INotebookGetRecentNotebooksCollectionRequest
Constructor and Description |
---|
NotebookGetRecentNotebooksCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this NotebookGetRecentNotebooks
|
Modifier and Type | Method and Description |
---|---|
INotebookGetRecentNotebooksCollectionPage |
buildFromResponse(NotebookGetRecentNotebooksCollectionResponse response) |
INotebookGetRecentNotebooksCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
INotebookGetRecentNotebooksCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
INotebookGetRecentNotebooksCollectionPage |
get() |
void |
get(ICallback<? super INotebookGetRecentNotebooksCollectionPage> callback) |
INotebookGetRecentNotebooksCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
INotebookGetRecentNotebooksCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
INotebookGetRecentNotebooksCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public NotebookGetRecentNotebooksCollectionRequest(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic void get(ICallback<? super INotebookGetRecentNotebooksCollectionPage> callback)
get
in interface INotebookGetRecentNotebooksCollectionRequest
public INotebookGetRecentNotebooksCollectionPage get() throws ClientException
get
in interface INotebookGetRecentNotebooksCollectionRequest
ClientException
public INotebookGetRecentNotebooksCollectionPage buildFromResponse(NotebookGetRecentNotebooksCollectionResponse response)
public INotebookGetRecentNotebooksCollectionRequest select(java.lang.String value)
select
in interface INotebookGetRecentNotebooksCollectionRequest
value
- the select clausepublic INotebookGetRecentNotebooksCollectionRequest top(int value)
top
in interface INotebookGetRecentNotebooksCollectionRequest
value
- the max number of items to returnpublic INotebookGetRecentNotebooksCollectionRequest expand(java.lang.String value)
expand
in interface INotebookGetRecentNotebooksCollectionRequest
value
- the expand clausepublic INotebookGetRecentNotebooksCollectionRequest filter(java.lang.String value)
value
- the filter clausepublic INotebookGetRecentNotebooksCollectionRequest orderBy(java.lang.String value)
value
- the order by clause