public interface IOnenotePageCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IOnenotePageCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOnenotePageCollectionPage |
get() |
void |
get(ICallback<IOnenotePageCollectionPage> callback) |
OnenotePage |
post(byte[] newOnenotePage) |
void |
post(byte[] newOnenotePage,
ICallback<OnenotePage> callback) |
IOnenotePageCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnenotePageCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IOnenotePageCollectionPage> callback)
IOnenotePageCollectionPage get() throws ClientException
ClientExceptionvoid post(byte[] newOnenotePage,
ICallback<OnenotePage> callback)
OnenotePage post(byte[] newOnenotePage) throws ClientException
ClientExceptionIOnenotePageCollectionRequest expand(java.lang.String value)
value - the expand clauseIOnenotePageCollectionRequest select(java.lang.String value)
value - the select clauseIOnenotePageCollectionRequest top(int value)
value - the max number of items to return