Package com.chargebee.v4.services
Class SubscriptionSettingService
java.lang.Object
com.chargebee.v4.services.BaseService<SubscriptionSettingService>
com.chargebee.v4.services.SubscriptionSettingService
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieve()Async variant of retrieve for subscriptionSetting without params.Async variant of retrieve for subscriptionSetting with params.withOptions(RequestOptions options) Apply per-request options for this service instance.Methods inherited from class com.chargebee.v4.services.BaseService
buildPathWithParams, clientForBuilders, clientWithOptions, get, getAsync, getMergedHeaders, getWithSubDomain, getWithSubDomainAsync, header, headers, options, parseResponse, post, postAsync, postJson, postJsonAsync, postJsonWithSubDomain, postJsonWithSubDomainAsync, postWithSubDomain, postWithSubDomainAsync
-
Constructor Details
-
SubscriptionSettingService
-
-
Method Details
-
withOptions
Apply per-request options for this service instance. Users can chain .withOptions or .options to set headers and other options.- Overrides:
withOptionsin classBaseService<SubscriptionSettingService>
-
retrieve
public SubscriptionSettingRetrieveResponse retrieve(SubscriptionSettingRetrieveParams params) throws ChargebeeException - Throws:
ChargebeeException
-
retrieveAsync
public CompletableFuture<SubscriptionSettingRetrieveResponse> retrieveAsync(SubscriptionSettingRetrieveParams params) Async variant of retrieve for subscriptionSetting with params. -
retrieve
- Throws:
ChargebeeException
-
retrieveAsync
Async variant of retrieve for subscriptionSetting without params.
-