public interface ISubscribedSkuCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
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)
Sets the skip token value for the request
|
ISubscribedSkuCollectionRequest |
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 ISubscribedSkuCollectionPage> callback)
ISubscribedSkuCollectionPage get() throws ClientException
ClientExceptionvoid post(SubscribedSku newSubscribedSku, ICallback<? super SubscribedSku> callback)
SubscribedSku post(SubscribedSku newSubscribedSku) throws ClientException
ClientExceptionISubscribedSkuCollectionRequest expand(java.lang.String value)
value - the expand clauseISubscribedSkuCollectionRequest filter(java.lang.String value)
value - the filter clauseISubscribedSkuCollectionRequest orderBy(java.lang.String value)
value - the order by clauseISubscribedSkuCollectionRequest select(java.lang.String value)
value - the select clauseISubscribedSkuCollectionRequest top(int value)
value - the max number of items to returnISubscribedSkuCollectionRequest skip(int value)
value - of the number of items to skipISubscribedSkuCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination