public interface ICallCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ICallCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ICallCollectionPage |
get() |
void |
get(ICallback<ICallCollectionPage> callback) |
Call |
post(Call newCall) |
void |
post(Call newCall,
ICallback<Call> callback) |
ICallCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ICallCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ICallCollectionPage> callback)
ICallCollectionPage get() throws ClientException
ClientExceptionCall post(Call newCall) throws ClientException
ClientExceptionICallCollectionRequest expand(java.lang.String value)
value - the expand clauseICallCollectionRequest select(java.lang.String value)
value - the select clauseICallCollectionRequest top(int value)
value - the max number of items to return