Package com.chargebee.v4.services
Class ConfigurationService
java.lang.Object
com.chargebee.v4.services.BaseService<ConfigurationService>
com.chargebee.v4.services.ConfigurationService
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()list(ConfigurationListParams params) Async variant of list for configuration without params.listAsync(ConfigurationListParams params) Async variant of list for configuration 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
-
ConfigurationService
-
-
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<ConfigurationService>
-
list
- Throws:
ChargebeeException
-
listAsync
Async variant of list for configuration with params. -
list
- Throws:
ChargebeeException
-
listAsync
Async variant of list for configuration without params.
-