public class SubscribedSkuCollectionRequest extends BaseCollectionRequest<SubscribedSkuCollectionResponse,ISubscribedSkuCollectionPage> implements ISubscribedSkuCollectionRequest
| Constructor and Description |
|---|
SubscribedSkuCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of SubscribedSku
|
| Modifier and Type | Method and Description |
|---|---|
ISubscribedSkuCollectionPage |
buildFromResponse(SubscribedSkuCollectionResponse response) |
ISubscribedSkuCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ISubscribedSkuCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ISubscribedSkuCollectionPage |
get() |
void |
get(ICallback<? super ISubscribedSkuCollectionPage> callback) |
ISubscribedSkuCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
SubscribedSku |
post(SubscribedSku newSubscribedSku) |
void |
post(SubscribedSku newSubscribedSku,
ICallback<? super SubscribedSku> callback) |
ISubscribedSkuCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ISubscribedSkuCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ISubscribedSkuCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
ISubscribedSkuCollectionRequest |
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 SubscribedSkuCollectionRequest(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 ISubscribedSkuCollectionPage> callback)
get in interface ISubscribedSkuCollectionRequestpublic ISubscribedSkuCollectionPage get() throws ClientException
get in interface ISubscribedSkuCollectionRequestClientExceptionpublic void post(SubscribedSku newSubscribedSku, ICallback<? super SubscribedSku> callback)
post in interface ISubscribedSkuCollectionRequestpublic SubscribedSku post(SubscribedSku newSubscribedSku) throws ClientException
post in interface ISubscribedSkuCollectionRequestClientExceptionpublic ISubscribedSkuCollectionRequest expand(java.lang.String value)
expand in interface ISubscribedSkuCollectionRequestvalue - the expand clausepublic ISubscribedSkuCollectionRequest filter(java.lang.String value)
filter in interface ISubscribedSkuCollectionRequestvalue - the filter clausepublic ISubscribedSkuCollectionRequest orderBy(java.lang.String value)
orderBy in interface ISubscribedSkuCollectionRequestvalue - the order by clausepublic ISubscribedSkuCollectionRequest select(java.lang.String value)
select in interface ISubscribedSkuCollectionRequestvalue - the select clausepublic ISubscribedSkuCollectionRequest top(int value)
top in interface ISubscribedSkuCollectionRequestvalue - the max number of items to returnpublic ISubscribedSkuCollectionRequest skip(int value)
skip in interface ISubscribedSkuCollectionRequestvalue - of the number of items to skippublic ISubscribedSkuCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface ISubscribedSkuCollectionRequestskipToken - - Token for paginationpublic ISubscribedSkuCollectionPage buildFromResponse(SubscribedSkuCollectionResponse response)