public interface IWorkbookFunctionsPriceMatRequest
| Modifier and Type | Method and Description |
|---|---|
IWorkbookFunctionsPriceMatRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
WorkbookFunctionResult |
post() |
void |
post(ICallback<WorkbookFunctionResult> callback) |
IWorkbookFunctionsPriceMatRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IWorkbookFunctionsPriceMatRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<WorkbookFunctionResult> callback)
WorkbookFunctionResult post() throws ClientException
ClientExceptionIWorkbookFunctionsPriceMatRequest select(java.lang.String value)
value - the select clauseIWorkbookFunctionsPriceMatRequest top(int value)
value - the max number of items to returnIWorkbookFunctionsPriceMatRequest expand(java.lang.String value)
value - the expand clause