public static interface FormFieldWithOptions.Builder<B extends FormField.Builder<?,?>>
| Modifier and Type | Method and Description |
|---|---|
B |
addOption(FormField.Option option)
Adds an available options to the question that the user has in order to answer
the question.
|
default B |
addOption(java.lang.String option) |
default B addOption(java.lang.String option)
B addOption(FormField.Option option)
option - a new available option for the question.