public interface IAgreementFileVersionCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IAgreementFileVersionCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IAgreementFileVersionCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IAgreementFileVersionCollectionPage |
get() |
void |
get(ICallback<? super IAgreementFileVersionCollectionPage> callback) |
IAgreementFileVersionCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
AgreementFileVersion |
post(AgreementFileVersion newAgreementFileVersion) |
void |
post(AgreementFileVersion newAgreementFileVersion,
ICallback<? super AgreementFileVersion> callback) |
IAgreementFileVersionCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IAgreementFileVersionCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IAgreementFileVersionCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IAgreementFileVersionCollectionRequest |
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 IAgreementFileVersionCollectionPage> callback)
IAgreementFileVersionCollectionPage get() throws ClientException
ClientExceptionvoid post(AgreementFileVersion newAgreementFileVersion, ICallback<? super AgreementFileVersion> callback)
AgreementFileVersion post(AgreementFileVersion newAgreementFileVersion) throws ClientException
ClientExceptionIAgreementFileVersionCollectionRequest expand(java.lang.String value)
value - the expand clauseIAgreementFileVersionCollectionRequest filter(java.lang.String value)
value - the filter clauseIAgreementFileVersionCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIAgreementFileVersionCollectionRequest select(java.lang.String value)
value - the select clauseIAgreementFileVersionCollectionRequest top(int value)
value - the max number of items to returnIAgreementFileVersionCollectionRequest skip(int value)
value - of the number of items to skipIAgreementFileVersionCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination