public interface INotebookCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
INotebookCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
INotebookCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
INotebookCollectionPage |
get() |
void |
get(ICallback<? super INotebookCollectionPage> callback) |
INotebookCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Notebook |
post(Notebook newNotebook) |
void |
post(Notebook newNotebook,
ICallback<? super Notebook> callback) |
INotebookCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
INotebookCollectionRequest |
skip(int value)
Sets the skip value for the request
|
INotebookCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
INotebookCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super INotebookCollectionPage> callback)
INotebookCollectionPage get() throws ClientException
ClientExceptionNotebook post(Notebook newNotebook) throws ClientException
ClientExceptionINotebookCollectionRequest expand(java.lang.String value)
value - the expand clauseINotebookCollectionRequest filter(java.lang.String value)
value - the filter clauseINotebookCollectionRequest orderBy(java.lang.String value)
value - the order by clauseINotebookCollectionRequest select(java.lang.String value)
value - the select clauseINotebookCollectionRequest top(int value)
value - the max number of items to returnINotebookCollectionRequest skip(int value)
value - of the number of items to skipINotebookCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination