public interface INotebookGetNotebookFromWebUrlRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
INotebookGetNotebookFromWebUrlRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
CopyNotebookModel |
post() |
void |
post(ICallback<? super CopyNotebookModel> callback) |
INotebookGetNotebookFromWebUrlRequest |
select(java.lang.String value)
Sets the select clause for the request
|
INotebookGetNotebookFromWebUrlRequest |
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 post(ICallback<? super CopyNotebookModel> callback)
CopyNotebookModel post() throws ClientException
ClientExceptionINotebookGetNotebookFromWebUrlRequest select(java.lang.String value)
value - the select clauseINotebookGetNotebookFromWebUrlRequest top(int value)
value - the max number of items to returnINotebookGetNotebookFromWebUrlRequest expand(java.lang.String value)
value - the expand clause