public interface IOnenoteOperationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IOnenoteOperationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOnenoteOperationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOnenoteOperationCollectionPage |
get() |
void |
get(ICallback<? super IOnenoteOperationCollectionPage> callback) |
IOnenoteOperationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
OnenoteOperation |
post(OnenoteOperation newOnenoteOperation) |
void |
post(OnenoteOperation newOnenoteOperation,
ICallback<? super OnenoteOperation> callback) |
IOnenoteOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnenoteOperationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IOnenoteOperationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IOnenoteOperationCollectionRequest |
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 IOnenoteOperationCollectionPage> callback)
IOnenoteOperationCollectionPage get() throws ClientException
ClientExceptionvoid post(OnenoteOperation newOnenoteOperation, ICallback<? super OnenoteOperation> callback)
OnenoteOperation post(OnenoteOperation newOnenoteOperation) throws ClientException
ClientExceptionIOnenoteOperationCollectionRequest expand(java.lang.String value)
value - the expand clauseIOnenoteOperationCollectionRequest filter(java.lang.String value)
value - the filter clauseIOnenoteOperationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIOnenoteOperationCollectionRequest select(java.lang.String value)
value - the select clauseIOnenoteOperationCollectionRequest top(int value)
value - the max number of items to returnIOnenoteOperationCollectionRequest skip(int value)
value - of the number of items to skipIOnenoteOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination