Package com.chargebee.v4.services
Class ThirdPartyEntityMappingService
java.lang.Object
com.chargebee.v4.services.BaseService<ThirdPartyEntityMappingService>
com.chargebee.v4.services.ThirdPartyEntityMappingService
public final class ThirdPartyEntityMappingService
extends BaseService<ThirdPartyEntityMappingService>
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlist()Async variant of listAll for thirdPartyEntityMapping with params.Async variant of list for thirdPartyEntityMapping without params.Async variant of list for thirdPartyEntityMapping with params.Async variant of retrieveEntity for thirdPartyEntityMapping with params.Async variant of updateEntity for thirdPartyEntityMapping 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
-
ThirdPartyEntityMappingService
-
-
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<ThirdPartyEntityMappingService>
-
retrieveEntity
public ThirdPartyEntityMappingRetrieveEntityResponse retrieveEntity(ThirdPartyEntityMappingRetrieveEntityParams params) throws ChargebeeException - Throws:
ChargebeeException
-
retrieveEntityAsync
public CompletableFuture<ThirdPartyEntityMappingRetrieveEntityResponse> retrieveEntityAsync(ThirdPartyEntityMappingRetrieveEntityParams params) Async variant of retrieveEntity for thirdPartyEntityMapping with params. -
listAll
public ThirdPartyEntityMappingListAllResponse listAll(ThirdPartyEntityMappingListAllParams params) throws ChargebeeException - Throws:
ChargebeeException
-
listAllAsync
public CompletableFuture<ThirdPartyEntityMappingListAllResponse> listAllAsync(ThirdPartyEntityMappingListAllParams params) Async variant of listAll for thirdPartyEntityMapping with params. -
updateEntity
public ThirdPartyEntityMappingUpdateEntityResponse updateEntity(ThirdPartyEntityMappingUpdateEntityParams params) throws ChargebeeException - Throws:
ChargebeeException
-
updateEntityAsync
public CompletableFuture<ThirdPartyEntityMappingUpdateEntityResponse> updateEntityAsync(ThirdPartyEntityMappingUpdateEntityParams params) Async variant of updateEntity for thirdPartyEntityMapping with params. -
list
public ThirdPartyEntityMappingListResponse list(ThirdPartyEntityMappingListParams params) throws ChargebeeException - Throws:
ChargebeeException
-
listAsync
public CompletableFuture<ThirdPartyEntityMappingListResponse> listAsync(ThirdPartyEntityMappingListParams params) Async variant of list for thirdPartyEntityMapping with params. -
list
- Throws:
ChargebeeException
-
listAsync
Async variant of list for thirdPartyEntityMapping without params.
-