Interface SelectOptionDescription.Builder

    • Method Detail

      • option

        SelectOptionDescription.Builder option​(String option)

        The value of the option.

        Parameters:
        option - The value of the option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • title

        SelectOptionDescription.Builder title​(String title)

        The title of the select option.

        Parameters:
        title - The title of the select option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SelectOptionDescription.Builder description​(String description)

        A description of the option meaning.

        Parameters:
        description - A description of the option meaning.
        Returns:
        Returns a reference to this object so that method calls can be chained together.