public interface ITermsAndConditionsCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ITermsAndConditionsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITermsAndConditionsCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ITermsAndConditionsCollectionPage |
get() |
void |
get(ICallback<? super ITermsAndConditionsCollectionPage> callback) |
ITermsAndConditionsCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
TermsAndConditions |
post(TermsAndConditions newTermsAndConditions) |
void |
post(TermsAndConditions newTermsAndConditions,
ICallback<? super TermsAndConditions> callback) |
ITermsAndConditionsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITermsAndConditionsCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ITermsAndConditionsCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ITermsAndConditionsCollectionRequest |
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 ITermsAndConditionsCollectionPage> callback)
ITermsAndConditionsCollectionPage get() throws ClientException
ClientExceptionvoid post(TermsAndConditions newTermsAndConditions, ICallback<? super TermsAndConditions> callback)
TermsAndConditions post(TermsAndConditions newTermsAndConditions) throws ClientException
ClientExceptionITermsAndConditionsCollectionRequest expand(java.lang.String value)
value - the expand clauseITermsAndConditionsCollectionRequest filter(java.lang.String value)
value - the filter clauseITermsAndConditionsCollectionRequest orderBy(java.lang.String value)
value - the order by clauseITermsAndConditionsCollectionRequest select(java.lang.String value)
value - the select clauseITermsAndConditionsCollectionRequest top(int value)
value - the max number of items to returnITermsAndConditionsCollectionRequest skip(int value)
value - of the number of items to skipITermsAndConditionsCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination