Package com.chargebee.v4.services
Class ThirdPartyConfigurationService
java.lang.Object
com.chargebee.v4.services.BaseService<ThirdPartyConfigurationService>
com.chargebee.v4.services.ThirdPartyConfigurationService
public final class ThirdPartyConfigurationService
extends BaseService<ThirdPartyConfigurationService>
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAsync variant of configurations for thirdPartyConfiguration with params.Async variant of retrieve for thirdPartyConfiguration with params.Async variant of update for thirdPartyConfiguration 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
-
ThirdPartyConfigurationService
-
-
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<ThirdPartyConfigurationService>
-
configurations
public ThirdPartyConfigurationConfigurationsResponse configurations(ThirdPartyConfigurationConfigurationsParams params) throws ChargebeeException - Throws:
ChargebeeException
-
configurationsAsync
public CompletableFuture<ThirdPartyConfigurationConfigurationsResponse> configurationsAsync(ThirdPartyConfigurationConfigurationsParams params) Async variant of configurations for thirdPartyConfiguration with params. -
retrieve
public ThirdPartyConfigurationRetrieveResponse retrieve(ThirdPartyConfigurationRetrieveParams params) throws ChargebeeException - Throws:
ChargebeeException
-
retrieveAsync
public CompletableFuture<ThirdPartyConfigurationRetrieveResponse> retrieveAsync(ThirdPartyConfigurationRetrieveParams params) Async variant of retrieve for thirdPartyConfiguration with params. -
update
public ThirdPartyConfigurationUpdateResponse update(ThirdPartyConfigurationUpdateParams params) throws ChargebeeException - Throws:
ChargebeeException
-
updateAsync
public CompletableFuture<ThirdPartyConfigurationUpdateResponse> updateAsync(ThirdPartyConfigurationUpdateParams params) Async variant of update for thirdPartyConfiguration with params.
-