public class OrgContactDeltaCollectionRequest extends BaseCollectionRequest<OrgContactDeltaCollectionResponse,IOrgContactDeltaCollectionPage> implements IOrgContactDeltaCollectionRequest
| Constructor and Description |
|---|
OrgContactDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request for this OrgContactDelta
|
| Modifier and Type | Method and Description |
|---|---|
IOrgContactDeltaCollectionPage |
buildFromResponse(OrgContactDeltaCollectionResponse response) |
IOrgContactDeltaCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOrgContactDeltaCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOrgContactDeltaCollectionPage |
get() |
void |
get(ICallback<? super IOrgContactDeltaCollectionPage> callback) |
IOrgContactDeltaCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
IOrgContactDeltaCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOrgContactDeltaCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic OrgContactDeltaCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super IOrgContactDeltaCollectionPage> callback)
get in interface IOrgContactDeltaCollectionRequestpublic IOrgContactDeltaCollectionPage get() throws ClientException
get in interface IOrgContactDeltaCollectionRequestClientExceptionpublic IOrgContactDeltaCollectionPage buildFromResponse(OrgContactDeltaCollectionResponse response)
public IOrgContactDeltaCollectionRequest select(java.lang.String value)
select in interface IOrgContactDeltaCollectionRequestvalue - the select clausepublic IOrgContactDeltaCollectionRequest top(int value)
top in interface IOrgContactDeltaCollectionRequestvalue - the max number of items to returnpublic IOrgContactDeltaCollectionRequest expand(java.lang.String value)
expand in interface IOrgContactDeltaCollectionRequestvalue - the expand clausepublic IOrgContactDeltaCollectionRequest filter(java.lang.String value)
value - the filter clausepublic IOrgContactDeltaCollectionRequest orderBy(java.lang.String value)
value - the order by clause