Interface LabelsCustomField.Label

All Known Implementing Classes:
LabelsCustomFieldImpl.LabelImpl
Enclosing interface:
LabelsCustomField

public static interface LabelsCustomField.Label
A single label option.
  • Method Summary

    Modifier and Type
    Method
    Description
    The color of this label as shown in the UI.
    Returns the UUID for this label.
    The name of this label as shown in the UI.
  • Method Details

    • getId

      String getId()
      Returns the UUID for this label.
      Returns:
      The UUID for this label.
    • getName

      String getName()
      The name of this label as shown in the UI.
      Returns:
      the label name
    • getColor

      Color getColor()
      The color of this label as shown in the UI.
      Returns:
      the label color