public interface IWorkbookChartGridlinesFormatRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super 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<? super WorkbookChartGridlinesFormat> callback)
Gets the WorkbookChartGridlinesFormat from the service
|
WorkbookChartGridlinesFormat |
patch(WorkbookChartGridlinesFormat sourceWorkbookChartGridlinesFormat)
Patches this WorkbookChartGridlinesFormat with a source
|
void |
patch(WorkbookChartGridlinesFormat sourceWorkbookChartGridlinesFormat,
ICallback<? super WorkbookChartGridlinesFormat> callback)
Patches this WorkbookChartGridlinesFormat with a source
|
WorkbookChartGridlinesFormat |
post(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat)
Posts a WorkbookChartGridlinesFormat with a new object
|
void |
post(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat,
ICallback<? super WorkbookChartGridlinesFormat> callback)
Posts a WorkbookChartGridlinesFormat with a new object
|
WorkbookChartGridlinesFormat |
put(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat)
Posts a WorkbookChartGridlinesFormat with a new object
|
void |
put(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat,
ICallback<? super WorkbookChartGridlinesFormat> callback)
Posts a WorkbookChartGridlinesFormat with a new object
|
IWorkbookChartGridlinesFormatRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super WorkbookChartGridlinesFormat> callback)
callback - the callback to be called after success or failureWorkbookChartGridlinesFormat get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super WorkbookChartGridlinesFormat> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WorkbookChartGridlinesFormat sourceWorkbookChartGridlinesFormat, ICallback<? super WorkbookChartGridlinesFormat> callback)
sourceWorkbookChartGridlinesFormat - the source object with updatescallback - the callback to be called after success or failureWorkbookChartGridlinesFormat patch(WorkbookChartGridlinesFormat sourceWorkbookChartGridlinesFormat) throws ClientException
sourceWorkbookChartGridlinesFormat - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat, ICallback<? super WorkbookChartGridlinesFormat> callback)
newWorkbookChartGridlinesFormat - the new object to createcallback - the callback to be called after success or failureWorkbookChartGridlinesFormat post(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat) throws ClientException
newWorkbookChartGridlinesFormat - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat, ICallback<? super WorkbookChartGridlinesFormat> callback)
newWorkbookChartGridlinesFormat - the object to create/updatecallback - the callback to be called after success or failureWorkbookChartGridlinesFormat put(WorkbookChartGridlinesFormat newWorkbookChartGridlinesFormat) throws ClientException
newWorkbookChartGridlinesFormat - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIWorkbookChartGridlinesFormatRequest select(java.lang.String value)
value - the select clauseIWorkbookChartGridlinesFormatRequest expand(java.lang.String value)
value - the expand clause