Uses of Class
de.hybris.platform.outboundservices.DestinationTargetBuilder
-
Packages that use DestinationTargetBuilder Package Description de.hybris.platform.outboundservices de.hybris.platform.webhookservices -
-
Uses of DestinationTargetBuilder in de.hybris.platform.outboundservices
Methods in de.hybris.platform.outboundservices that return DestinationTargetBuilder Modifier and Type Method Description static DestinationTargetBuilderDestinationTargetBuilder. destinationTarget()Instantiates a new builder initialized to default state.DestinationTargetBuilderDestinationTargetBuilder. withDestinationChannel(DestinationChannel channel)Specifies the destination channel for the destination target being built.DestinationTargetBuilderDestinationTargetBuilder. withId(java.lang.String id)Specifies ID for the destination target to build.DestinationTargetBuilderDestinationTargetBuilder. withRegistrationStatus(RegistrationStatus status)Specifies registration status for the destination target. -
Uses of DestinationTargetBuilder in de.hybris.platform.webhookservices
Methods in de.hybris.platform.webhookservices with parameters of type DestinationTargetBuilder Modifier and Type Method Description EventConfigurationBuilderEventConfigurationBuilder. withDestination(DestinationTargetBuilder builder)Specifies destination for event export.
-