public interface IWorkbookRangeBorderCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookRangeBorderCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IWorkbookRangeBorderCollectionPage |
get() |
void |
get(ICallback<IWorkbookRangeBorderCollectionPage> callback) |
WorkbookRangeBorder |
post(WorkbookRangeBorder newWorkbookRangeBorder) |
void |
post(WorkbookRangeBorder newWorkbookRangeBorder,
ICallback<WorkbookRangeBorder> callback) |
IWorkbookRangeBorderCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookRangeBorderCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IWorkbookRangeBorderCollectionPage> callback)
IWorkbookRangeBorderCollectionPage get() throws ClientException
ClientExceptionvoid post(WorkbookRangeBorder newWorkbookRangeBorder, ICallback<WorkbookRangeBorder> callback)
WorkbookRangeBorder post(WorkbookRangeBorder newWorkbookRangeBorder) throws ClientException
ClientExceptionIWorkbookRangeBorderCollectionRequest expand(java.lang.String value)
value - the expand clauseIWorkbookRangeBorderCollectionRequest select(java.lang.String value)
value - the select clauseIWorkbookRangeBorderCollectionRequest top(int value)
value - the max number of items to return