Uses of Class
de.hybris.platform.webhookservices.WebhookConfigurationBuilder
Packages that use WebhookConfigurationBuilder
-
Uses of WebhookConfigurationBuilder in de.hybris.platform.webhookservices
Methods in de.hybris.platform.webhookservices that return WebhookConfigurationBuilderModifier and TypeMethodDescriptionstatic WebhookConfigurationBuilderWebhookConfigurationBuilder.webhookConfiguration()Instantiates a web hook configuration builder, that is initialized to the default state.WebhookConfigurationBuilder.withDestination(ConsumedDestinationModel dest) Specifies destination for the web hook notifications.WebhookConfigurationBuilder.withDestination(ConsumedDestinationBuilder builder) Specifies destination for the web hook notifications.WebhookConfigurationBuilder.withEvent(Class<? extends AbstractEvent> type) Specifies event type for the web hook configuration being builtWebhookConfigurationBuilder.withIntegrationObject(IntegrationObjectModelBuilder builder) Specifies integration object to be used for payload creation of the web hook notificationWebhookConfigurationBuilder.withIntegrationObject(String ioCode) Specifies integration object to be used for payload creation of the web hook notificationWebhookConfigurationBuilder.withScriptFilter(String scriptCode) Specifies a script that will be used as a filter for the items processed by the webhook being built.