public interface IOrgContactCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IOrgContactCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IOrgContactCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IOrgContactCollectionPage |
get() |
void |
get(ICallback<? super IOrgContactCollectionPage> callback) |
IOrgContactCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
OrgContact |
post(OrgContact newOrgContact) |
void |
post(OrgContact newOrgContact,
ICallback<? super OrgContact> callback) |
IOrgContactCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IOrgContactCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IOrgContactCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IOrgContactCollectionRequest |
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 IOrgContactCollectionPage> callback)
IOrgContactCollectionPage get() throws ClientException
ClientExceptionvoid post(OrgContact newOrgContact, ICallback<? super OrgContact> callback)
OrgContact post(OrgContact newOrgContact) throws ClientException
ClientExceptionIOrgContactCollectionRequest expand(java.lang.String value)
value - the expand clauseIOrgContactCollectionRequest filter(java.lang.String value)
value - the filter clauseIOrgContactCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIOrgContactCollectionRequest select(java.lang.String value)
value - the select clauseIOrgContactCollectionRequest top(int value)
value - the max number of items to returnIOrgContactCollectionRequest skip(int value)
value - of the number of items to skipIOrgContactCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination