Package | Description |
---|---|
io.sphere.sdk.subscriptions |
Subscriptions are used to trigger an asynchronous background process in response to an event on commercetools Composable Commerce.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionHealthStatus |
Subscription.getStatus() |
static SubscriptionHealthStatus |
SubscriptionHealthStatus.ofSphereValue(String value) |
static SubscriptionHealthStatus |
SubscriptionHealthStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionHealthStatus[] |
SubscriptionHealthStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|