Interface Option.Builder

    • Method Detail

      • value

        Option.Builder value​(String value)

        Specifies the value of the option.

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

        Option.Builder label​(String label)

        Specifies the label of the option.

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

        Option.Builder description​(String description)

        Specifies the description of the option.

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