Interface FormFieldWithOptions.Builder<B extends FormField.Builder<?,​?>>

    • Method Detail

      • addOption

        default B addOption​(java.lang.String option)
      • addOption

        B addOption​(FormField.Option option)
        Adds an available options to the question that the user has in order to answer the question.
        Parameters:
        option - a new available option for the question.
        Returns:
        a reference to this builder.