Interface CreateWhatsAppFlowResponse.Builder

  • Method Details

    • flowId

      The unique identifier assigned to the Flow by Meta.

      Parameters:
      flowId - The unique identifier assigned to the Flow by Meta.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validationErrors

      CreateWhatsAppFlowResponse.Builder validationErrors(Collection<String> validationErrors)

      A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.

      Parameters:
      validationErrors - A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validationErrors

      CreateWhatsAppFlowResponse.Builder validationErrors(String... validationErrors)

      A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.

      Parameters:
      validationErrors - A list of validation errors returned by Meta, if any. Validation errors must be resolved before the Flow can be published.
      Returns:
      Returns a reference to this object so that method calls can be chained together.