public class SubscribedSkuCollectionRequestBuilder extends BaseRequestBuilder implements ISubscribedSkuCollectionRequestBuilder
| Constructor and Description |
|---|
SubscribedSkuCollectionRequestBuilder(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 |
|---|---|
ISubscribedSkuCollectionRequest |
buildRequest() |
ISubscribedSkuCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
ISubscribedSkuRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic SubscribedSkuCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ISubscribedSkuCollectionRequest buildRequest()
buildRequest in interface ISubscribedSkuCollectionRequestBuilderpublic ISubscribedSkuCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ISubscribedSkuCollectionRequestBuilderpublic ISubscribedSkuRequestBuilder byId(java.lang.String id)
byId in interface ISubscribedSkuCollectionRequestBuilder