public class WorkbookRangeBorderItemAtRequest extends BaseRequest implements IWorkbookRangeBorderItemAtRequest
functionOptions, queryOptions, REQUEST_STATS_HEADER_VALUE_FORMAT_STRING
Constructor and Description |
---|
WorkbookRangeBorderItemAtRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this WorkbookRangeBorderItemAt
|
Modifier and Type | Method and Description |
---|---|
IWorkbookRangeBorderItemAtRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookRangeBorder |
get()
Gets the WorkbookRangeBorder
|
void |
get(ICallback<WorkbookRangeBorder> callback)
Gets the WorkbookRangeBorder
|
WorkbookRangeBorder |
patch(WorkbookRangeBorder srcWorkbookRangeBorder)
Patches the WorkbookRangeBorderItemAt
|
void |
patch(WorkbookRangeBorder srcWorkbookRangeBorder,
ICallback<WorkbookRangeBorder> callback)
Patches the WorkbookRangeBorderItemAt
|
WorkbookRangeBorder |
put(WorkbookRangeBorder srcWorkbookRangeBorder)
Puts the WorkbookRangeBorderItemAt
|
void |
put(WorkbookRangeBorder srcWorkbookRangeBorder,
ICallback<WorkbookRangeBorder> callback)
Puts the WorkbookRangeBorderItemAt
|
IWorkbookRangeBorderItemAtRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addFunctionOption, addHeader, addQueryOption, getClient, getFunctionOptions, getHeaders, getHttpMethod, getOptions, getQueryOptions, getRequestUrl, getResponseType, getUseCaches, send, send, setHttpMethod, setUseCaches
public WorkbookRangeBorderItemAtRequest(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(WorkbookRangeBorder srcWorkbookRangeBorder, ICallback<WorkbookRangeBorder> callback)
patch
in interface IWorkbookRangeBorderItemAtRequest
srcWorkbookRangeBorder
- the WorkbookRangeBorder with which to PATCHcallback
- the callback to be called after success or failurepublic WorkbookRangeBorder patch(WorkbookRangeBorder srcWorkbookRangeBorder) throws ClientException
patch
in interface IWorkbookRangeBorderItemAtRequest
srcWorkbookRangeBorder
- the WorkbookRangeBorder with which to PATCHClientException
- an exception occurs if there was an error while the request was sentpublic void put(WorkbookRangeBorder srcWorkbookRangeBorder, ICallback<WorkbookRangeBorder> callback)
put
in interface IWorkbookRangeBorderItemAtRequest
srcWorkbookRangeBorder
- the WorkbookRangeBorder to PUTcallback
- the callback to be called after success or failurepublic WorkbookRangeBorder put(WorkbookRangeBorder srcWorkbookRangeBorder) throws ClientException
put
in interface IWorkbookRangeBorderItemAtRequest
srcWorkbookRangeBorder
- the WorkbookRangeBorder to PUTClientException
- an exception occurs if there was an error while the request was sentpublic void get(ICallback<WorkbookRangeBorder> callback)
get
in interface IWorkbookRangeBorderItemAtRequest
callback
- the callback to be called after success or failurepublic WorkbookRangeBorder get() throws ClientException
get
in interface IWorkbookRangeBorderItemAtRequest
ClientException
- an exception occurs if there was an error while the request was sentpublic IWorkbookRangeBorderItemAtRequest select(java.lang.String value)
select
in interface IWorkbookRangeBorderItemAtRequest
value
- the select clausepublic IWorkbookRangeBorderItemAtRequest expand(java.lang.String value)
expand
in interface IWorkbookRangeBorderItemAtRequest
value
- the expand clause