public interface IAgreementCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IAgreementCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAgreementCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAgreementCollectionPage |
get() |
void |
get(ICallback<? super IAgreementCollectionPage> callback) |
IAgreementCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Agreement |
post(Agreement newAgreement) |
void |
post(Agreement newAgreement,
ICallback<? super Agreement> callback) |
IAgreementCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAgreementCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAgreementCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IAgreementCollectionRequest |
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 IAgreementCollectionPage> callback)
IAgreementCollectionPage get() throws ClientException
ClientExceptionAgreement post(Agreement newAgreement) throws ClientException
ClientExceptionIAgreementCollectionRequest expand(java.lang.String value)
value - the expand clauseIAgreementCollectionRequest filter(java.lang.String value)
value - the filter clauseIAgreementCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAgreementCollectionRequest select(java.lang.String value)
value - the select clauseIAgreementCollectionRequest top(int value)
value - the max number of items to returnIAgreementCollectionRequest skip(int value)
value - of the number of items to skipIAgreementCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination