public interface IPersonCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IPersonCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IPersonCollectionPage |
get() |
void |
get(ICallback<IPersonCollectionPage> callback) |
Person |
post(Person newPerson) |
void |
post(Person newPerson,
ICallback<Person> callback) |
IPersonCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IPersonCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IPersonCollectionPage> callback)
IPersonCollectionPage get() throws ClientException
ClientExceptionPerson post(Person newPerson) throws ClientException
ClientExceptionIPersonCollectionRequest expand(java.lang.String value)
value - the expand clauseIPersonCollectionRequest select(java.lang.String value)
value - the select clauseIPersonCollectionRequest top(int value)
value - the max number of items to return