public interface IAgreementFileLocalizationCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IAgreementFileLocalizationCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAgreementFileLocalizationCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAgreementFileLocalizationCollectionPage |
get() |
void |
get(ICallback<? super IAgreementFileLocalizationCollectionPage> callback) |
IAgreementFileLocalizationCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
AgreementFileLocalization |
post(AgreementFileLocalization newAgreementFileLocalization) |
void |
post(AgreementFileLocalization newAgreementFileLocalization,
ICallback<? super AgreementFileLocalization> callback) |
IAgreementFileLocalizationCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAgreementFileLocalizationCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAgreementFileLocalizationCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IAgreementFileLocalizationCollectionRequest |
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 IAgreementFileLocalizationCollectionPage> callback)
IAgreementFileLocalizationCollectionPage get() throws ClientException
ClientExceptionvoid post(AgreementFileLocalization newAgreementFileLocalization, ICallback<? super AgreementFileLocalization> callback)
AgreementFileLocalization post(AgreementFileLocalization newAgreementFileLocalization) throws ClientException
ClientExceptionIAgreementFileLocalizationCollectionRequest expand(java.lang.String value)
value - the expand clauseIAgreementFileLocalizationCollectionRequest filter(java.lang.String value)
value - the filter clauseIAgreementFileLocalizationCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAgreementFileLocalizationCollectionRequest select(java.lang.String value)
value - the select clauseIAgreementFileLocalizationCollectionRequest top(int value)
value - the max number of items to returnIAgreementFileLocalizationCollectionRequest skip(int value)
value - of the number of items to skipIAgreementFileLocalizationCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination