public class WorkbookFunctionsRequest extends BaseRequest implements IWorkbookFunctionsRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookFunctionsRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WorkbookFunctions
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super WorkbookFunctions> callback)
Delete this item from the service
|
IWorkbookFunctionsRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctions |
get()
Gets the WorkbookFunctions from the service
|
void |
get(ICallback<? super WorkbookFunctions> callback)
Gets the WorkbookFunctions from the service
|
WorkbookFunctions |
patch(WorkbookFunctions sourceWorkbookFunctions)
Patches this WorkbookFunctions with a source
|
void |
patch(WorkbookFunctions sourceWorkbookFunctions,
ICallback<? super WorkbookFunctions> callback)
Patches this WorkbookFunctions with a source
|
WorkbookFunctions |
post(WorkbookFunctions newWorkbookFunctions)
Creates a WorkbookFunctions with a new object
|
void |
post(WorkbookFunctions newWorkbookFunctions,
ICallback<? super WorkbookFunctions> callback)
Creates a WorkbookFunctions with a new object
|
WorkbookFunctions |
put(WorkbookFunctions newWorkbookFunctions)
Creates a WorkbookFunctions with a new object
|
void |
put(WorkbookFunctions newWorkbookFunctions,
ICallback<? super WorkbookFunctions> callback)
Creates a WorkbookFunctions with a new object
|
IWorkbookFunctionsRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, 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 WorkbookFunctionsRequest(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 WorkbookFunctions> callback)
get in interface IWorkbookFunctionsRequestcallback - the callback to be called after success or failurepublic WorkbookFunctions get() throws ClientException
get in interface IWorkbookFunctionsRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super WorkbookFunctions> callback)
delete in interface IWorkbookFunctionsRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWorkbookFunctionsRequestClientException - if there was an exception during the delete operationpublic void patch(WorkbookFunctions sourceWorkbookFunctions, ICallback<? super WorkbookFunctions> callback)
patch in interface IWorkbookFunctionsRequestsourceWorkbookFunctions - the source object with updatescallback - the callback to be called after success or failurepublic WorkbookFunctions patch(WorkbookFunctions sourceWorkbookFunctions) throws ClientException
patch in interface IWorkbookFunctionsRequestsourceWorkbookFunctions - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WorkbookFunctions newWorkbookFunctions, ICallback<? super WorkbookFunctions> callback)
post in interface IWorkbookFunctionsRequestnewWorkbookFunctions - the new object to createcallback - the callback to be called after success or failurepublic WorkbookFunctions post(WorkbookFunctions newWorkbookFunctions) throws ClientException
post in interface IWorkbookFunctionsRequestnewWorkbookFunctions - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(WorkbookFunctions newWorkbookFunctions, ICallback<? super WorkbookFunctions> callback)
put in interface IWorkbookFunctionsRequestnewWorkbookFunctions - the object to create/updatecallback - the callback to be called after success or failurepublic WorkbookFunctions put(WorkbookFunctions newWorkbookFunctions) throws ClientException
put in interface IWorkbookFunctionsRequestnewWorkbookFunctions - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IWorkbookFunctionsRequest select(java.lang.String value)
select in interface IWorkbookFunctionsRequestvalue - the select clausepublic IWorkbookFunctionsRequest expand(java.lang.String value)
expand in interface IWorkbookFunctionsRequestvalue - the expand clause