public class OnenoteOperationCollectionRequest extends BaseCollectionRequest<OnenoteOperationCollectionResponse,IOnenoteOperationCollectionPage> implements IOnenoteOperationCollectionRequest
| Constructor and Description |
|---|
OnenoteOperationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of OnenoteOperation
|
| Modifier and Type | Method and Description |
|---|---|
IOnenoteOperationCollectionPage |
buildFromResponse(OnenoteOperationCollectionResponse response) |
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)
Add Skip token for pagination
|
IOnenoteOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic OnenoteOperationCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IOnenoteOperationCollectionPage> callback)
get in interface IOnenoteOperationCollectionRequestpublic IOnenoteOperationCollectionPage get() throws ClientException
get in interface IOnenoteOperationCollectionRequestClientExceptionpublic void post(OnenoteOperation newOnenoteOperation, ICallback<? super OnenoteOperation> callback)
post in interface IOnenoteOperationCollectionRequestpublic OnenoteOperation post(OnenoteOperation newOnenoteOperation) throws ClientException
post in interface IOnenoteOperationCollectionRequestClientExceptionpublic IOnenoteOperationCollectionRequest expand(java.lang.String value)
expand in interface IOnenoteOperationCollectionRequestvalue - the expand clausepublic IOnenoteOperationCollectionRequest filter(java.lang.String value)
filter in interface IOnenoteOperationCollectionRequestvalue - the filter clausepublic IOnenoteOperationCollectionRequest orderBy(java.lang.String value)
orderBy in interface IOnenoteOperationCollectionRequestvalue - the order by clausepublic IOnenoteOperationCollectionRequest select(java.lang.String value)
select in interface IOnenoteOperationCollectionRequestvalue - the select clausepublic IOnenoteOperationCollectionRequest top(int value)
top in interface IOnenoteOperationCollectionRequestvalue - the max number of items to returnpublic IOnenoteOperationCollectionRequest skip(int value)
skip in interface IOnenoteOperationCollectionRequestvalue - of the number of items to skippublic IOnenoteOperationCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IOnenoteOperationCollectionRequestskipToken - - Token for paginationpublic IOnenoteOperationCollectionPage buildFromResponse(OnenoteOperationCollectionResponse response)