Class WebhookItemConversion
java.lang.Object
de.hybris.platform.webhookservices.dto.WebhookItemConversion
- All Implemented Interfaces:
Serializable
Webhook data transfer object of a deleted item for applicable webhook configuration.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWebhookItemConversion(@NotNull PK webhookConfigurationPk, @NotNull WebhookPayloadModel webhookPayload) Instantiates theWebhookItemConversion -
Method Summary
-
Constructor Details
-
WebhookItemConversion
public WebhookItemConversion(@NotNull @NotNull PK webhookConfigurationPk, @NotNull @NotNull WebhookPayloadModel webhookPayload) Instantiates theWebhookItemConversion- Parameters:
webhookConfigurationPk- webhook configuration primary keywebhookPayload- webhook payload
-
-
Method Details
-
getWebhookPayload
Get the deleted item webhook payload- Returns:
- deleted item webhook payload
WebhookPayloadModel
-
getWebhookConfigurationPk
Get the webhook configuration primary key- Returns:
- the
PK
-
equals
-
hashCode
public int hashCode() -
toString
-