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