public interface IContactDeltaCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IContactDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IContactDeltaCollectionPage |
get() |
void |
get(ICallback<? super 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
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super 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