Class ChoiceColumn.ChoiceColumnBuilder
java.lang.Object
com.amilesend.onedrive.resource.site.type.ChoiceColumn.ChoiceColumnBuilder
-
Method Summary
Modifier and TypeMethodDescriptionallowTextEntry(boolean allowTextEntry) Indicates if custom values are allowed.build()The list of values available for the column.How choices are presented in the UI.toString()
-
Method Details
-
allowTextEntry
Indicates if custom values are allowed.- Returns:
this.
-
choices
The list of values available for the column.- Returns:
this.
-
displayAs
How choices are presented in the UI. Valid values:- checkBoxes
- dropDownMenu
- radioButtons
- Returns:
this.
-
build
-
toString
-