public interface IWorkbookRangeBorderCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
IWorkbookRangeBorderCollectionRequest |
top(int value)
Sets the top value for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super IWorkbookRangeBorderCollectionPage> callback)
IWorkbookRangeBorderCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookRangeBorder newWorkbookRangeBorder, ICallback<? super WorkbookRangeBorder> callback)
WorkbookRangeBorder post(WorkbookRangeBorder newWorkbookRangeBorder) throws ClientException
ClientExceptionIWorkbookRangeBorderCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookRangeBorderCollectionRequest filter(java.lang.String value)
value - the filter clauseIWorkbookRangeBorderCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIWorkbookRangeBorderCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeBorderCollectionRequest top(int value)
value - the max number of items to returnIWorkbookRangeBorderCollectionRequest skip(int value)
value - of the number of items to skipIWorkbookRangeBorderCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination