Interface TextInputCardInput.Builder

  • Method Details

    • title

      The title or label of the text input card.

      Parameters:
      title - The title or label of the text input card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the text input card.

      Parameters:
      id - The unique identifier of the text input card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • type

      The type of the card.

      Parameters:
      type - The type of the card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the card.

      Parameters:
      type - The type of the card.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • placeholder

      TextInputCardInput.Builder placeholder(String placeholder)

      The placeholder text to display in the text input field.

      Parameters:
      placeholder - The placeholder text to display in the text input field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • defaultValue

      TextInputCardInput.Builder defaultValue(String defaultValue)

      The default value to pre-populate in the text input field.

      Parameters:
      defaultValue - The default value to pre-populate in the text input field.
      Returns:
      Returns a reference to this object so that method calls can be chained together.