Interface DropDownCustomField.DropDownOption

Enclosing interface:
DropDownCustomField

public static interface DropDownCustomField.DropDownOption
A drop-down option.
  • Method Details

    • getId

      UUID getId()
      Returns:
      The ID of the option.
    • getName

      String getName()
      Returns:
      The name of the option.
    • getColor

      Color getColor()
      Returns:
      The color of the option.
    • getOrderIndex

      int getOrderIndex()
      Returns:
      The order index of the option.