public interface IListItemCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IListItemCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IListItemCollectionPage |
get() |
void |
get(ICallback<IListItemCollectionPage> callback) |
ListItem |
post(ListItem newListItem) |
void |
post(ListItem newListItem,
ICallback<ListItem> callback) |
IListItemCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IListItemCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IListItemCollectionPage> callback)
IListItemCollectionPage get() throws ClientException
ClientExceptionListItem post(ListItem newListItem) throws ClientException
ClientExceptionIListItemCollectionRequest expand(java.lang.String value)
value - the expand clauseIListItemCollectionRequest select(java.lang.String value)
value - the select clauseIListItemCollectionRequest top(int value)
value - the max number of items to return