public interface INotebookCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
INotebookCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
INotebookCollectionPage |
get() |
void |
get(ICallback<INotebookCollectionPage> callback) |
Notebook |
post(Notebook newNotebook) |
void |
post(Notebook newNotebook,
ICallback<Notebook> callback) |
INotebookCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
INotebookCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<INotebookCollectionPage> callback)
INotebookCollectionPage get() throws ClientException
ClientExceptionNotebook post(Notebook newNotebook) throws ClientException
ClientExceptionINotebookCollectionRequest expand(java.lang.String value)
value - the expand clauseINotebookCollectionRequest select(java.lang.String value)
value - the select clauseINotebookCollectionRequest top(int value)
value - the max number of items to return