public class LicenseDetailsCollectionRequest extends BaseCollectionRequest<LicenseDetailsCollectionResponse,ILicenseDetailsCollectionPage> implements ILicenseDetailsCollectionRequest
| Constructor and Description |
|---|
LicenseDetailsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of LicenseDetails
|
| Modifier and Type | Method and Description |
|---|---|
ILicenseDetailsCollectionPage |
buildFromResponse(LicenseDetailsCollectionResponse response) |
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)
Add Skip token for pagination
|
ILicenseDetailsCollectionRequest |
top(int value)
Sets the top value for the request
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic LicenseDetailsCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<? super ILicenseDetailsCollectionPage> callback)
get in interface ILicenseDetailsCollectionRequestpublic ILicenseDetailsCollectionPage get() throws ClientException
get in interface ILicenseDetailsCollectionRequestClientExceptionpublic void post(LicenseDetails newLicenseDetails, ICallback<? super LicenseDetails> callback)
post in interface ILicenseDetailsCollectionRequestpublic LicenseDetails post(LicenseDetails newLicenseDetails) throws ClientException
post in interface ILicenseDetailsCollectionRequestClientExceptionpublic ILicenseDetailsCollectionRequest expand(java.lang.String value)
expand in interface ILicenseDetailsCollectionRequestvalue - the expand clausepublic ILicenseDetailsCollectionRequest filter(java.lang.String value)
filter in interface ILicenseDetailsCollectionRequestvalue - the filter clausepublic ILicenseDetailsCollectionRequest orderBy(java.lang.String value)
orderBy in interface ILicenseDetailsCollectionRequestvalue - the order by clausepublic ILicenseDetailsCollectionRequest select(java.lang.String value)
select in interface ILicenseDetailsCollectionRequestvalue - the select clausepublic ILicenseDetailsCollectionRequest top(int value)
top in interface ILicenseDetailsCollectionRequestvalue - the max number of items to returnpublic ILicenseDetailsCollectionRequest skip(int value)
skip in interface ILicenseDetailsCollectionRequestvalue - of the number of items to skippublic ILicenseDetailsCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ILicenseDetailsCollectionRequestskipToken - - Token for paginationpublic ILicenseDetailsCollectionPage buildFromResponse(LicenseDetailsCollectionResponse response)