Package | Description |
---|---|
io.sphere.sdk.subscriptions |
Subscriptions are used to trigger an asynchronous background process in response to an event on commercetools Composable Commerce.
|
io.sphere.sdk.subscriptions.commands |
Provides types to change the state of subscription methods.
|
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionDraftDsl
Dsl class for
SubscriptionDraft . |
Modifier and Type | Method and Description |
---|---|
static SubscriptionDraftDsl |
SubscriptionDraftDsl.of(SubscriptionDraft template)
Creates a new object initialized with the fields of the template parameter.
|
static SubscriptionDraftBuilder |
SubscriptionDraftBuilder.of(SubscriptionDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static SubscriptionCreateCommand |
SubscriptionCreateCommand.of(SubscriptionDraft draft)
Creates a command object to create a
Subscription . |