public interface IOnenotePageCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IOnenotePageCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOnenotePageCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOnenotePageCollectionPage |
get() |
void |
get(ICallback<? super IOnenotePageCollectionPage> callback) |
IOnenotePageCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
OnenotePage |
post(byte[] newOnenotePage) |
void |
post(byte[] newOnenotePage,
ICallback<? super OnenotePage> callback) |
IOnenotePageCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnenotePageCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IOnenotePageCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IOnenotePageCollectionRequest |
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 IOnenotePageCollectionPage> callback)
IOnenotePageCollectionPage get() throws ClientException
ClientExceptionvoid post(byte[] newOnenotePage,
ICallback<? super OnenotePage> callback)
OnenotePage post(byte[] newOnenotePage) throws ClientException
ClientExceptionIOnenotePageCollectionRequest expand(java.lang.String value)
value - the expand clauseIOnenotePageCollectionRequest filter(java.lang.String value)
value - the filter clauseIOnenotePageCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIOnenotePageCollectionRequest select(java.lang.String value)
value - the select clauseIOnenotePageCollectionRequest top(int value)
value - the max number of items to returnIOnenotePageCollectionRequest skip(int value)
value - of the number of items to skipIOnenotePageCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination