public class WorkbookRangeBorderCollectionRequest extends BaseCollectionRequest<WorkbookRangeBorderCollectionResponse,IWorkbookRangeBorderCollectionPage> implements IWorkbookRangeBorderCollectionRequest
Constructor and Description |
---|
WorkbookRangeBorderCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of WorkbookRangeBorder
|
Modifier and Type | Method and Description |
---|---|
IWorkbookRangeBorderCollectionPage |
buildFromResponse(WorkbookRangeBorderCollectionResponse response) |
IWorkbookRangeBorderCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookRangeBorderCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IWorkbookRangeBorderCollectionPage |
get() |
void |
get(ICallback<? super IWorkbookRangeBorderCollectionPage> callback) |
IWorkbookRangeBorderCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
WorkbookRangeBorder |
post(WorkbookRangeBorder newWorkbookRangeBorder) |
void |
post(WorkbookRangeBorder newWorkbookRangeBorder,
ICallback<? super WorkbookRangeBorder> callback) |
IWorkbookRangeBorderCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookRangeBorderCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IWorkbookRangeBorderCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IWorkbookRangeBorderCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethod
public WorkbookRangeBorderCollectionRequest(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<? super IWorkbookRangeBorderCollectionPage> callback)
get
in interface IWorkbookRangeBorderCollectionRequest
public IWorkbookRangeBorderCollectionPage get() throws ClientException
get
in interface IWorkbookRangeBorderCollectionRequest
ClientException
public void post(WorkbookRangeBorder newWorkbookRangeBorder, ICallback<? super WorkbookRangeBorder> callback)
post
in interface IWorkbookRangeBorderCollectionRequest
public WorkbookRangeBorder post(WorkbookRangeBorder newWorkbookRangeBorder) throws ClientException
post
in interface IWorkbookRangeBorderCollectionRequest
ClientException
public IWorkbookRangeBorderCollectionRequest expand(java.lang.String value)
expand
in interface IWorkbookRangeBorderCollectionRequest
value
- the expand clausepublic IWorkbookRangeBorderCollectionRequest filter(java.lang.String value)
filter
in interface IWorkbookRangeBorderCollectionRequest
value
- the filter clausepublic IWorkbookRangeBorderCollectionRequest orderBy(java.lang.String value)
orderBy
in interface IWorkbookRangeBorderCollectionRequest
value
- the order by clausepublic IWorkbookRangeBorderCollectionRequest select(java.lang.String value)
select
in interface IWorkbookRangeBorderCollectionRequest
value
- the select clausepublic IWorkbookRangeBorderCollectionRequest top(int value)
top
in interface IWorkbookRangeBorderCollectionRequest
value
- the max number of items to returnpublic IWorkbookRangeBorderCollectionRequest skip(int value)
skip
in interface IWorkbookRangeBorderCollectionRequest
value
- of the number of items to skippublic IWorkbookRangeBorderCollectionRequest skipToken(java.lang.String skipToken)
skipToken
in interface IWorkbookRangeBorderCollectionRequest
skipToken
- - Token for paginationpublic IWorkbookRangeBorderCollectionPage buildFromResponse(WorkbookRangeBorderCollectionResponse response)