public class WorkbookChartGridlinesFormatRequest extends BaseRequest implements IWorkbookChartGridlinesFormatRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookChartGridlinesFormatRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for the WorkbookChartGridlinesFormat
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<WorkbookChartGridlinesFormat> callback)
Delete this item from the service
|
IWorkbookChartGridlinesFormatRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChartGridlinesFormat |
get()
Gets the WorkbookChartGridlinesFormat from the service
|
void |
get(ICallback<WorkbookChartGridlinesFormat> callback)
Gets the WorkbookChartGridlinesFormat from the service
|
WorkbookChartGridlinesFormat |
patch(WorkbookChartGridlinesFormat sourceWorkbookChartGridlinesFormat)
Patches this WorkbookChartGridlinesFormat with a source
|
void |
patch(WorkbookChartGridlinesFormat sourceWorkbookChartGridlinesFormat,
ICallback<WorkbookChartGridlinesFormat> callback)
Patches this WorkbookChartGridlinesFormat with a source
|
WorkbookChartGridlinesFormat |
post(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat)
Creates a WorkbookChartGridlinesFormat with a new object
|
void |
post(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat,
ICallback<WorkbookChartGridlinesFormat> callback)
Creates a WorkbookChartGridlinesFormat with a new object
|
IWorkbookChartGridlinesFormatRequest |
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 WorkbookChartGridlinesFormatRequest(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<WorkbookChartGridlinesFormat> callback)
get in interface IWorkbookChartGridlinesFormatRequestcallback - the callback to be called after success or failurepublic WorkbookChartGridlinesFormat get() throws ClientException
get in interface IWorkbookChartGridlinesFormatRequestClientException - this exception occurs if the request was unable to complete for any reasonpublic void delete(ICallback<WorkbookChartGridlinesFormat> callback)
delete in interface IWorkbookChartGridlinesFormatRequestcallback - the callback when the deletion action has completedpublic void delete()
throws ClientException
delete in interface IWorkbookChartGridlinesFormatRequestClientException - if there was an exception during the delete operationpublic void patch(WorkbookChartGridlinesFormat sourceWorkbookChartGridlinesFormat, ICallback<WorkbookChartGridlinesFormat> callback)
patch in interface IWorkbookChartGridlinesFormatRequestsourceWorkbookChartGridlinesFormat - the source object with updatescallback - the callback to be called after success or failurepublic WorkbookChartGridlinesFormat patch(WorkbookChartGridlinesFormat sourceWorkbookChartGridlinesFormat) throws ClientException
patch in interface IWorkbookChartGridlinesFormatRequestsourceWorkbookChartGridlinesFormat - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonpublic void post(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat, ICallback<WorkbookChartGridlinesFormat> callback)
post in interface IWorkbookChartGridlinesFormatRequestnewWorkbookChartGridlinesFormat - the new object to createcallback - the callback to be called after success or failurepublic WorkbookChartGridlinesFormat post(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat) throws ClientException
post in interface IWorkbookChartGridlinesFormatRequestnewWorkbookChartGridlinesFormat - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonpublic IWorkbookChartGridlinesFormatRequest select(java.lang.String value)
select in interface IWorkbookChartGridlinesFormatRequestvalue - the select clausepublic IWorkbookChartGridlinesFormatRequest expand(java.lang.String value)
expand in interface IWorkbookChartGridlinesFormatRequestvalue - the expand clause