Class DynamicDeliveryAttributeMapping


  • public final class DynamicDeliveryAttributeMapping
    extends DeliveryAttributeMapping
    Dynamic delivery attribute mapping details.
    • Constructor Detail

      • DynamicDeliveryAttributeMapping

        public DynamicDeliveryAttributeMapping()
    • Method Detail

      • sourceField

        public String sourceField()
        Get the sourceField property: JSON path in the event which contains attribute value.
        Returns:
        the sourceField value.
      • withSourceField

        public DynamicDeliveryAttributeMapping withSourceField​(String sourceField)
        Set the sourceField property: JSON path in the event which contains attribute value.
        Parameters:
        sourceField - the sourceField value to set.
        Returns:
        the DynamicDeliveryAttributeMapping object itself.