Package com.chargebee.v4.services
Class AlertStatusService
java.lang.Object
com.chargebee.v4.services.BaseService<AlertStatusService>
com.chargebee.v4.services.AlertStatusService
-
Field Summary
Fields inherited from class com.chargebee.v4.services.BaseService
client, options -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalertStatusesForAlert(String alertId) alertStatusesForAlert(String alertId, AlertStatusesForAlertParams params) alertStatusesForAlertAsync(String alertId) Async variant of alertStatusesForAlert for alertStatus without params.alertStatusesForAlertAsync(String alertId, AlertStatusesForAlertParams params) Async variant of alertStatusesForAlert for alertStatus with params.alertStatusesForSubscription(String subscriptionId) alertStatusesForSubscription(String subscriptionId, AlertStatusesForSubscriptionParams params) alertStatusesForSubscriptionAsync(String subscriptionId) Async variant of alertStatusesForSubscription for alertStatus without params.alertStatusesForSubscriptionAsync(String subscriptionId, AlertStatusesForSubscriptionParams params) Async variant of alertStatusesForSubscription for alertStatus 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
-
AlertStatusService
-
-
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<AlertStatusService>
-
alertStatusesForSubscription
public AlertStatusesForSubscriptionResponse alertStatusesForSubscription(String subscriptionId, AlertStatusesForSubscriptionParams params) throws ChargebeeException - Throws:
ChargebeeException
-
alertStatusesForSubscription
public AlertStatusesForSubscriptionResponse alertStatusesForSubscription(String subscriptionId) throws ChargebeeException - Throws:
ChargebeeException
-
alertStatusesForSubscriptionAsync
public CompletableFuture<AlertStatusesForSubscriptionResponse> alertStatusesForSubscriptionAsync(String subscriptionId, AlertStatusesForSubscriptionParams params) Async variant of alertStatusesForSubscription for alertStatus with params. -
alertStatusesForSubscriptionAsync
public CompletableFuture<AlertStatusesForSubscriptionResponse> alertStatusesForSubscriptionAsync(String subscriptionId) Async variant of alertStatusesForSubscription for alertStatus without params. -
alertStatusesForAlert
public AlertStatusesForAlertResponse alertStatusesForAlert(String alertId, AlertStatusesForAlertParams params) throws ChargebeeException - Throws:
ChargebeeException
-
alertStatusesForAlert
public AlertStatusesForAlertResponse alertStatusesForAlert(String alertId) throws ChargebeeException - Throws:
ChargebeeException
-
alertStatusesForAlertAsync
public CompletableFuture<AlertStatusesForAlertResponse> alertStatusesForAlertAsync(String alertId, AlertStatusesForAlertParams params) Async variant of alertStatusesForAlert for alertStatus with params. -
alertStatusesForAlertAsync
Async variant of alertStatusesForAlert for alertStatus without params.
-