Package com.chargebee.v4.services
Class AddonService
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy(AddonCopyParams params) create(AddonCreateParams params) list()list(AddonListParams params) update(String addonId, AddonUpdateParams 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, header, headers, options, parseResponse, post, postAsync, postJson, postJsonAsync
-
Constructor Details
-
AddonService
-
-
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<AddonService>
-
copy
- Throws:
ChargebeeException
-
unarchive
- Throws:
ChargebeeException
-
retrieve
- Throws:
ChargebeeException
-
update
public AddonUpdateResponse update(String addonId, AddonUpdateParams params) throws ChargebeeException - Throws:
ChargebeeException
-
update
- Throws:
ChargebeeException
-
list
- Throws:
ChargebeeException
-
list
- Throws:
ChargebeeException
-
create
- Throws:
ChargebeeException
-
delete
- Throws:
ChargebeeException
-