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
|
IOnenoteOperationCollectionPage |
get() |
void |
get(ICallback<IOnenoteOperationCollectionPage> callback) |
OnenoteOperation |
post(OnenoteOperation newOnenoteOperation) |
void |
post(OnenoteOperation newOnenoteOperation,
ICallback<OnenoteOperation> callback) |
IOnenoteOperationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnenoteOperationCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic 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<IOnenoteOperationCollectionPage> callback)
get in interface IOnenoteOperationCollectionRequestpublic IOnenoteOperationCollectionPage get() throws ClientException
get in interface IOnenoteOperationCollectionRequestClientExceptionpublic void post(OnenoteOperation newOnenoteOperation, ICallback<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 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 IOnenoteOperationCollectionPage buildFromResponse(OnenoteOperationCollectionResponse response)