public class OnenoteSectionCopyToSectionGroupRequest extends BaseRequest implements IOnenoteSectionCopyToSectionGroupRequest
| Modifier and Type | Field and Description |
|---|---|
protected OnenoteSectionCopyToSectionGroupBody |
body |
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
OnenoteSectionCopyToSectionGroupRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this OnenoteSectionCopyToSectionGroup
|
| Modifier and Type | Method and Description |
|---|---|
IOnenoteSectionCopyToSectionGroupRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
OnenoteOperation |
post() |
void |
post(ICallback<OnenoteOperation> callback) |
IOnenoteSectionCopyToSectionGroupRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOnenoteSectionCopyToSectionGroupRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachesprotected final OnenoteSectionCopyToSectionGroupBody body
public OnenoteSectionCopyToSectionGroupRequest(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 post(ICallback<OnenoteOperation> callback)
post in interface IOnenoteSectionCopyToSectionGroupRequestpublic OnenoteOperation post() throws ClientException
post in interface IOnenoteSectionCopyToSectionGroupRequestClientExceptionpublic IOnenoteSectionCopyToSectionGroupRequest select(java.lang.String value)
select in interface IOnenoteSectionCopyToSectionGroupRequestvalue - the select clausepublic IOnenoteSectionCopyToSectionGroupRequest top(int value)
top in interface IOnenoteSectionCopyToSectionGroupRequestvalue - the max number of items to returnpublic IOnenoteSectionCopyToSectionGroupRequest expand(java.lang.String value)
expand in interface IOnenoteSectionCopyToSectionGroupRequestvalue - the expand clause