public interface IContactCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IContactCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IContactCollectionPage |
get() |
void |
get(ICallback<IContactCollectionPage> callback) |
Contact |
post(Contact newContact) |
void |
post(Contact newContact,
ICallback<Contact> callback) |
IContactCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IContactCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IContactCollectionPage> callback)
IContactCollectionPage get() throws ClientException
ClientExceptionContact post(Contact newContact) throws ClientException
ClientExceptionIContactCollectionRequest expand(java.lang.String value)
value - the expand clauseIContactCollectionRequest select(java.lang.String value)
value - the select clauseIContactCollectionRequest top(int value)
value - the max number of items to return