public interface ITermsAndConditionsCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
ITermsAndConditionsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ITermsAndConditionsCollectionPage |
get() |
void |
get(ICallback<ITermsAndConditionsCollectionPage> callback) |
TermsAndConditions |
post(TermsAndConditions newTermsAndConditions) |
void |
post(TermsAndConditions newTermsAndConditions,
ICallback<TermsAndConditions> callback) |
ITermsAndConditionsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ITermsAndConditionsCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<ITermsAndConditionsCollectionPage> callback)
ITermsAndConditionsCollectionPage get() throws ClientException
ClientExceptionvoid post(TermsAndConditions newTermsAndConditions, ICallback<TermsAndConditions> callback)
TermsAndConditions post(TermsAndConditions newTermsAndConditions) throws ClientException
ClientExceptionITermsAndConditionsCollectionRequest expand(java.lang.String value)
value - the expand clauseITermsAndConditionsCollectionRequest select(java.lang.String value)
value - the select clauseITermsAndConditionsCollectionRequest top(int value)
value - the max number of items to return