Interface ConditionalResultBuilder


public interface ConditionalResultBuilder
Builder interface for creating ConditionalResult instances. This is the initial builder in the conditional result creation chain that requires a destination ID to be set before proceeding to the conditions stage builder.
Since:
1.0
See Also:
  • Method Details

    • destinationId

      Sets the destination ID for the conditional result and returns a conditions stage builder for further configuration.
      Parameters:
      destinationId - the destination ID for the conditional result
      Returns:
      a ConditionsStageConditionalResultBuilder for configuring conditions