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