public interface IAgreementAcceptanceCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IAgreementAcceptanceCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAgreementAcceptanceCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAgreementAcceptanceCollectionPage |
get() |
void |
get(ICallback<? super IAgreementAcceptanceCollectionPage> callback) |
IAgreementAcceptanceCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
AgreementAcceptance |
post(AgreementAcceptance newAgreementAcceptance) |
void |
post(AgreementAcceptance newAgreementAcceptance,
ICallback<? super AgreementAcceptance> callback) |
IAgreementAcceptanceCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAgreementAcceptanceCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAgreementAcceptanceCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IAgreementAcceptanceCollectionRequest |
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 IAgreementAcceptanceCollectionPage> callback)
IAgreementAcceptanceCollectionPage get() throws ClientException
ClientExceptionvoid post(AgreementAcceptance newAgreementAcceptance, ICallback<? super AgreementAcceptance> callback)
AgreementAcceptance post(AgreementAcceptance newAgreementAcceptance) throws ClientException
ClientExceptionIAgreementAcceptanceCollectionRequest expand(java.lang.String value)
value - the expand clauseIAgreementAcceptanceCollectionRequest filter(java.lang.String value)
value - the filter clauseIAgreementAcceptanceCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAgreementAcceptanceCollectionRequest select(java.lang.String value)
value - the select clauseIAgreementAcceptanceCollectionRequest top(int value)
value - the max number of items to returnIAgreementAcceptanceCollectionRequest skip(int value)
value - of the number of items to skipIAgreementAcceptanceCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination