public class WorkbookTableColumnItemAtRequest extends BaseRequest implements IWorkbookTableColumnItemAtRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING| Constructor and Description |
|---|
WorkbookTableColumnItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookTableColumnItemAt
|
| Modifier and Type | Method and Description |
|---|---|
IWorkbookTableColumnItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookTableColumnItemAtRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
WorkbookTableColumn |
get()
Gets the WorkbookTableColumn
|
void |
get(ICallback<? super WorkbookTableColumn> callback)
Gets the WorkbookTableColumn
|
IWorkbookTableColumnItemAtRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookTableColumn |
patch(WorkbookTableColumn srcWorkbookTableColumn)
Patches the WorkbookTableColumnItemAt
|
void |
patch(WorkbookTableColumn srcWorkbookTableColumn,
ICallback<? super WorkbookTableColumn> callback)
Patches the WorkbookTableColumnItemAt
|
WorkbookTableColumn |
put(WorkbookTableColumn srcWorkbookTableColumn)
Puts the WorkbookTableColumnItemAt
|
void |
put(WorkbookTableColumn srcWorkbookTableColumn,
ICallback<? super WorkbookTableColumn> callback)
Puts the WorkbookTableColumnItemAt
|
IWorkbookTableColumnItemAtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getDelay, getFunctionOptions, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getQueryOptions, getRequestUrl, getResponseType, getShouldRedirect, getShouldRetry, getUseCaches, send, send, setDelay, setHttpMethod, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic WorkbookTableColumnItemAtRequest(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 patch(WorkbookTableColumn srcWorkbookTableColumn, ICallback<? super WorkbookTableColumn> callback)
patch in interface IWorkbookTableColumnItemAtRequestsrcWorkbookTableColumn - the WorkbookTableColumn with which to PATCHcallback - the callback to be called after success or failurepublic WorkbookTableColumn patch(WorkbookTableColumn srcWorkbookTableColumn) throws ClientException
patch in interface IWorkbookTableColumnItemAtRequestsrcWorkbookTableColumn - the WorkbookTableColumn with which to PATCHClientException - an exception occurs if there was an error while the request was sentpublic void put(WorkbookTableColumn srcWorkbookTableColumn, ICallback<? super WorkbookTableColumn> callback)
put in interface IWorkbookTableColumnItemAtRequestsrcWorkbookTableColumn - the WorkbookTableColumn to PUTcallback - the callback to be called after success or failurepublic WorkbookTableColumn put(WorkbookTableColumn srcWorkbookTableColumn) throws ClientException
put in interface IWorkbookTableColumnItemAtRequestsrcWorkbookTableColumn - the WorkbookTableColumn to PUTClientException - an exception occurs if there was an error while the request was sentpublic void get(ICallback<? super WorkbookTableColumn> callback)
get in interface IWorkbookTableColumnItemAtRequestcallback - the callback to be called after success or failurepublic WorkbookTableColumn get() throws ClientException
get in interface IWorkbookTableColumnItemAtRequestClientException - an exception occurs if there was an error while the request was sentpublic IWorkbookTableColumnItemAtRequest select(java.lang.String value)
select in interface IWorkbookTableColumnItemAtRequestvalue - the select clausepublic IWorkbookTableColumnItemAtRequest expand(java.lang.String value)
expand in interface IWorkbookTableColumnItemAtRequestvalue - the expand clausepublic IWorkbookTableColumnItemAtRequest filter(java.lang.String value)
value - the filter clausepublic IWorkbookTableColumnItemAtRequest orderBy(java.lang.String value)
value - the order by clause