public class WorkbookChartAxisTitleRequest extends BaseRequest implements IWorkbookChartAxisTitleRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookChartAxisTitleRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WorkbookChartAxisTitle
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super WorkbookChartAxisTitle> callback)
Delete this item from the service
|
IWorkbookChartAxisTitleRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChartAxisTitle |
get()
Gets the WorkbookChartAxisTitle from the service
|
void |
get(ICallback<? super WorkbookChartAxisTitle> callback)
Gets the WorkbookChartAxisTitle from the service
|
WorkbookChartAxisTitle |
patch(WorkbookChartAxisTitle sourceWorkbookChartAxisTitle)
Patches this WorkbookChartAxisTitle with a source
|
void |
patch(WorkbookChartAxisTitle sourceWorkbookChartAxisTitle,
ICallback<? super WorkbookChartAxisTitle> callback)
Patches this WorkbookChartAxisTitle with a source
|
WorkbookChartAxisTitle |
post(WorkbookChartAxisTitle newWorkbookChartAxisTitle)
Creates a WorkbookChartAxisTitle with a new object
|
void |
post(WorkbookChartAxisTitle newWorkbookChartAxisTitle,
ICallback<? super WorkbookChartAxisTitle> callback)
Creates a WorkbookChartAxisTitle with a new object
|
WorkbookChartAxisTitle |
put(WorkbookChartAxisTitle newWorkbookChartAxisTitle)
Creates a WorkbookChartAxisTitle with a new object
|
void |
put(WorkbookChartAxisTitle newWorkbookChartAxisTitle,
ICallback<? super WorkbookChartAxisTitle> callback)
Creates a WorkbookChartAxisTitle with a new object
|
IWorkbookChartAxisTitleRequest |
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 WorkbookChartAxisTitleRequest(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 WorkbookChartAxisTitle> callback)
get in interface IWorkbookChartAxisTitleRequestcallback - the callback to be called after success or failurepublic WorkbookChartAxisTitle get() throws ClientException
get in interface IWorkbookChartAxisTitleRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<? super WorkbookChartAxisTitle> callback)
delete in interface IWorkbookChartAxisTitleRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWorkbookChartAxisTitleRequestClientException - if there was an exception during the delete operationpublic void patch(WorkbookChartAxisTitle sourceWorkbookChartAxisTitle, ICallback<? super WorkbookChartAxisTitle> callback)
patch in interface IWorkbookChartAxisTitleRequestsourceWorkbookChartAxisTitle - the source object with updatescallback - the callback to be called after success or failurepublic WorkbookChartAxisTitle patch(WorkbookChartAxisTitle sourceWorkbookChartAxisTitle) throws ClientException
patch in interface IWorkbookChartAxisTitleRequestsourceWorkbookChartAxisTitle - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WorkbookChartAxisTitle newWorkbookChartAxisTitle, ICallback<? super WorkbookChartAxisTitle> callback)
post in interface IWorkbookChartAxisTitleRequestnewWorkbookChartAxisTitle - the new object to createcallback - the callback to be called after success or failurepublic WorkbookChartAxisTitle post(WorkbookChartAxisTitle newWorkbookChartAxisTitle) throws ClientException
post in interface IWorkbookChartAxisTitleRequestnewWorkbookChartAxisTitle - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic void put(WorkbookChartAxisTitle newWorkbookChartAxisTitle, ICallback<? super WorkbookChartAxisTitle> callback)
put in interface IWorkbookChartAxisTitleRequestnewWorkbookChartAxisTitle - the object to create/updatecallback - the callback to be called after success or failurepublic WorkbookChartAxisTitle put(WorkbookChartAxisTitle newWorkbookChartAxisTitle) throws ClientException
put in interface IWorkbookChartAxisTitleRequestnewWorkbookChartAxisTitle - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonpublic IWorkbookChartAxisTitleRequest select(java.lang.String value)
select in interface IWorkbookChartAxisTitleRequestvalue - the select clausepublic IWorkbookChartAxisTitleRequest expand(java.lang.String value)
expand in interface IWorkbookChartAxisTitleRequestvalue - the expand clause