public interface IListCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IListCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IListCollectionPage |
get() |
void |
get(ICallback<IListCollectionPage> callback) |
List |
post(List newList) |
void |
post(List newList,
ICallback<List> callback) |
IListCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IListCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IListCollectionPage> callback)
IListCollectionPage get() throws ClientException
ClientExceptionList post(List newList) throws ClientException
ClientExceptionIListCollectionRequest expand(java.lang.String value)
value - the expand clauseIListCollectionRequest select(java.lang.String value)
value - the select clauseIListCollectionRequest top(int value)
value - the max number of items to return