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.updateactions |
Provides the possible operations which can be performed on update commands for subscription methods.
|
Modifier and Type | Method and Description |
---|---|
static ChangeSubscription |
ChangeSubscription.of(String resourceType) |
Modifier and Type | Method and Description |
---|---|
List<ChangeSubscription> |
SubscriptionDraft.getChanges() |
List<ChangeSubscription> |
Subscription.getChanges() |
List<ChangeSubscription> |
SubscriptionDraftDsl.getChanges() |
List<ChangeSubscription> |
SubscriptionDraftBuilder.getChanges() |
Modifier and Type | Method and Description |
---|---|
SubscriptionDraftBuilder |
SubscriptionDraftBuilder.plusChanges(ChangeSubscription changes)
Adds
changes parameter to the changes list property of this builder. |
Modifier and Type | Method and Description |
---|---|
SubscriptionDraftBuilder |
SubscriptionDraftBuilder.changes(List<ChangeSubscription> changes)
Sets the
changes property of this builder. |
SubscriptionDraftBuilder |
SubscriptionDraftBuilder.plusChanges(List<ChangeSubscription> changes)
Concatenate
changes parameter to the changes list property of this builder. |
SubscriptionDraftDsl |
SubscriptionDraftDsl.withChanges(List<ChangeSubscription> changes) |
Modifier and Type | Method and Description |
---|---|
List<ChangeSubscription> |
SetChanges.getChanges() |
Modifier and Type | Method and Description |
---|---|
static SetChanges |
SetChanges.of(List<ChangeSubscription> changes)
Creates a update action to set the changes.
|