public interface ILicenseDetailsCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ILicenseDetailsCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ILicenseDetailsCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ILicenseDetailsCollectionPage |
get() |
void |
get(ICallback<? super ILicenseDetailsCollectionPage> callback) |
ILicenseDetailsCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
LicenseDetails |
post(LicenseDetails newLicenseDetails) |
void |
post(LicenseDetails newLicenseDetails,
ICallback<? super LicenseDetails> callback) |
ILicenseDetailsCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ILicenseDetailsCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ILicenseDetailsCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ILicenseDetailsCollectionRequest |
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 ILicenseDetailsCollectionPage> callback)
ILicenseDetailsCollectionPage get() throws ClientException
ClientExceptionvoid post(LicenseDetails newLicenseDetails, ICallback<? super LicenseDetails> callback)
LicenseDetails post(LicenseDetails newLicenseDetails) throws ClientException
ClientExceptionILicenseDetailsCollectionRequest expand(java.lang.String value)
value - the expand clauseILicenseDetailsCollectionRequest filter(java.lang.String value)
value - the filter clauseILicenseDetailsCollectionRequest orderBy(java.lang.String value)
value - the order by clauseILicenseDetailsCollectionRequest select(java.lang.String value)
value - the select clauseILicenseDetailsCollectionRequest top(int value)
value - the max number of items to returnILicenseDetailsCollectionRequest skip(int value)
value - of the number of items to skipILicenseDetailsCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination