public class WorkbookChartAxisTitleFormatRequest extends BaseRequest implements IWorkbookChartAxisTitleFormatRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookChartAxisTitleFormatRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WorkbookChartAxisTitleFormat
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<WorkbookChartAxisTitleFormat> callback)
Delete this item from the service
|
IWorkbookChartAxisTitleFormatRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChartAxisTitleFormat |
get()
Gets the WorkbookChartAxisTitleFormat from the service
|
void |
get(ICallback<WorkbookChartAxisTitleFormat> callback)
Gets the WorkbookChartAxisTitleFormat from the service
|
WorkbookChartAxisTitleFormat |
patch(WorkbookChartAxisTitleFormat sourceWorkbookChartAxisTitleFormat)
Patches this WorkbookChartAxisTitleFormat with a source
|
void |
patch(WorkbookChartAxisTitleFormat sourceWorkbookChartAxisTitleFormat,
ICallback<WorkbookChartAxisTitleFormat> callback)
Patches this WorkbookChartAxisTitleFormat with a source
|
WorkbookChartAxisTitleFormat |
post(WorkbookChartAxisTitleFormat newWorkbookChartAxisTitleFormat)
Creates a WorkbookChartAxisTitleFormat with a new object
|
void |
post(WorkbookChartAxisTitleFormat newWorkbookChartAxisTitleFormat,
ICallback<WorkbookChartAxisTitleFormat> callback)
Creates a WorkbookChartAxisTitleFormat with a new object
|
IWorkbookChartAxisTitleFormatRequest |
select(java.lang.String value)
Sets the select clause 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, setUseCachesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic WorkbookChartAxisTitleFormatRequest(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<WorkbookChartAxisTitleFormat> callback)
get in interface IWorkbookChartAxisTitleFormatRequestcallback - the callback to be called after success or failurepublic WorkbookChartAxisTitleFormat get() throws ClientException
get in interface IWorkbookChartAxisTitleFormatRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<WorkbookChartAxisTitleFormat> callback)
delete in interface IWorkbookChartAxisTitleFormatRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWorkbookChartAxisTitleFormatRequestClientException - if there was an exception during the delete operationpublic void patch(WorkbookChartAxisTitleFormat sourceWorkbookChartAxisTitleFormat, ICallback<WorkbookChartAxisTitleFormat> callback)
patch in interface IWorkbookChartAxisTitleFormatRequestsourceWorkbookChartAxisTitleFormat - the source object with updatescallback - the callback to be called after success or failurepublic WorkbookChartAxisTitleFormat patch(WorkbookChartAxisTitleFormat sourceWorkbookChartAxisTitleFormat) throws ClientException
patch in interface IWorkbookChartAxisTitleFormatRequestsourceWorkbookChartAxisTitleFormat - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WorkbookChartAxisTitleFormat newWorkbookChartAxisTitleFormat, ICallback<WorkbookChartAxisTitleFormat> callback)
post in interface IWorkbookChartAxisTitleFormatRequestnewWorkbookChartAxisTitleFormat - the new object to createcallback - the callback to be called after success or failurepublic WorkbookChartAxisTitleFormat post(WorkbookChartAxisTitleFormat newWorkbookChartAxisTitleFormat) throws ClientException
post in interface IWorkbookChartAxisTitleFormatRequestnewWorkbookChartAxisTitleFormat - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IWorkbookChartAxisTitleFormatRequest select(java.lang.String value)
select in interface IWorkbookChartAxisTitleFormatRequestvalue - the select clausepublic IWorkbookChartAxisTitleFormatRequest expand(java.lang.String value)
expand in interface IWorkbookChartAxisTitleFormatRequestvalue - the expand clause