Package com.chargebee.v4.services
Class CommentService
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(CommentCreateParams params) createAsync(CommentCreateParams params) Async variant of create for comment with params.deleteAsync(String commentId) Async variant of delete for comment without params.list()list(CommentListParams params) Async variant of list for comment without params.listAsync(CommentListParams params) Async variant of list for comment with params.retrieveAsync(String commentId) Async variant of retrieve for comment without 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
-
CommentService
-
-
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<CommentService>
-
delete
- Throws:
ChargebeeException
-
deleteAsync
Async variant of delete for comment without params. -
retrieve
- Throws:
ChargebeeException
-
retrieveAsync
Async variant of retrieve for comment without params. -
list
- Throws:
ChargebeeException
-
listAsync
Async variant of list for comment with params. -
list
- Throws:
ChargebeeException
-
listAsync
Async variant of list for comment without params. -
create
- Throws:
ChargebeeException
-
createAsync
Async variant of create for comment with params.
-