public interface IContactDeltaCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IContactDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IContactDeltaCollectionPage |
get() |
void |
get(ICallback<IContactDeltaCollectionPage> callback) |
IContactDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IContactDeltaCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IContactDeltaCollectionPage> callback)
IContactDeltaCollectionPage get() throws ClientException
ClientExceptionIContactDeltaCollectionRequest select(java.lang.String value)
value - the select clauseIContactDeltaCollectionRequest expand(java.lang.String value)
value - the expand clauseIContactDeltaCollectionRequest top(int value)
value - the max number of items to return