public interface INotebookGetRecentNotebooksCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
INotebookGetRecentNotebooksCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
INotebookGetRecentNotebooksCollectionPage |
get() |
void |
get(ICallback<INotebookGetRecentNotebooksCollectionPage> callback) |
INotebookGetRecentNotebooksCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
INotebookGetRecentNotebooksCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<INotebookGetRecentNotebooksCollectionPage> callback)
INotebookGetRecentNotebooksCollectionPage get() throws ClientException
ClientExceptionINotebookGetRecentNotebooksCollectionRequest select(java.lang.String value)
value - the select clauseINotebookGetRecentNotebooksCollectionRequest expand(java.lang.String value)
value - the expand clauseINotebookGetRecentNotebooksCollectionRequest top(int value)
value - the max number of items to return