public interface IWorkbookChartGridlinesRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super WorkbookChartGridlines> callback)
Delete this item from the service
|
IWorkbookChartGridlinesRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookChartGridlines |
get()
Gets the WorkbookChartGridlines from the service
|
void |
get(ICallback<? super WorkbookChartGridlines> callback)
Gets the WorkbookChartGridlines from the service
|
WorkbookChartGridlines |
patch(WorkbookChartGridlines sourceWorkbookChartGridlines)
Patches this WorkbookChartGridlines with a source
|
void |
patch(WorkbookChartGridlines sourceWorkbookChartGridlines,
ICallback<? super WorkbookChartGridlines> callback)
Patches this WorkbookChartGridlines with a source
|
WorkbookChartGridlines |
post(WorkbookChartGridlines newWorkbookChartGridlines)
Posts a WorkbookChartGridlines with a new object
|
void |
post(WorkbookChartGridlines newWorkbookChartGridlines,
ICallback<? super WorkbookChartGridlines> callback)
Posts a WorkbookChartGridlines with a new object
|
WorkbookChartGridlines |
put(WorkbookChartGridlines newWorkbookChartGridlines)
Posts a WorkbookChartGridlines with a new object
|
void |
put(WorkbookChartGridlines newWorkbookChartGridlines,
ICallback<? super WorkbookChartGridlines> callback)
Posts a WorkbookChartGridlines with a new object
|
IWorkbookChartGridlinesRequest |
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 WorkbookChartGridlines> callback)
callback - the callback to be called after success or failureWorkbookChartGridlines get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super WorkbookChartGridlines> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(WorkbookChartGridlines sourceWorkbookChartGridlines, ICallback<? super WorkbookChartGridlines> callback)
sourceWorkbookChartGridlines - the source object with updatescallback - the callback to be called after success or failureWorkbookChartGridlines patch(WorkbookChartGridlines sourceWorkbookChartGridlines) throws ClientException
sourceWorkbookChartGridlines - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(WorkbookChartGridlines newWorkbookChartGridlines, ICallback<? super WorkbookChartGridlines> callback)
newWorkbookChartGridlines - the new object to createcallback - the callback to be called after success or failureWorkbookChartGridlines post(WorkbookChartGridlines newWorkbookChartGridlines) throws ClientException
newWorkbookChartGridlines - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(WorkbookChartGridlines newWorkbookChartGridlines, ICallback<? super WorkbookChartGridlines> callback)
newWorkbookChartGridlines - the object to create/updatecallback - the callback to be called after success or failureWorkbookChartGridlines put(WorkbookChartGridlines newWorkbookChartGridlines) throws ClientException
newWorkbookChartGridlines - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonIWorkbookChartGridlinesRequest select(java.lang.String value)
value - the select clauseIWorkbookChartGridlinesRequest expand(java.lang.String value)
value - the expand clause