Class ChoiceColumn

java.lang.Object
com.amilesend.onedrive.resource.site.type.ChoiceColumn

public class ChoiceColumn extends Object
Indicates that a column value can be selected from a list of choices.

API Documentation.

See Also:
  • Method Details

    • builder

      public static ChoiceColumn.ChoiceColumnBuilder builder()
    • isAllowTextEntry

      public boolean isAllowTextEntry()
      Indicates if custom values are allowed.
    • getChoices

      public List<String> getChoices()
      The list of values available for the column.
    • getDisplayAs

      public String getDisplayAs()
      How choices are presented in the UI. Valid values:
      • checkBoxes
      • dropDownMenu
      • radioButtons
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object