Class WebhookItemPayload
java.lang.Object
de.hybris.platform.webhookservices.dto.WebhookItemPayload
- All Implemented Interfaces:
Serializable
Webhook data transfer object of a deleted item for all applicable webhook configurations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebhookItemPayload(@NotNull Set<WebhookItemConversion> itemConversions) Instantiates theWebhookItemPayload -
Method Summary
-
Constructor Details
-
WebhookItemPayload
Instantiates theWebhookItemPayload- Parameters:
itemConversions- deleted item webhook payloadSet<WebhookItemConversion>
-
-
Method Details