public interface ICallRecordRequest
| Modifier and Type | Method and Description |
|---|---|
ICallRecordRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
RecordOperation |
post() |
void |
post(ICallback<RecordOperation> callback) |
ICallRecordRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ICallRecordRequest |
top(int value)
Sets the top value for the request
|
void post(ICallback<RecordOperation> callback)
RecordOperation post() throws ClientException
ClientExceptionICallRecordRequest select(java.lang.String value)
value - the select clauseICallRecordRequest top(int value)
value - the max number of items to returnICallRecordRequest expand(java.lang.String value)
value - the expand clause