Class LabelsCustomFieldImpl.LabelImpl
java.lang.Object
pw.chew.clickup4j.internal.entities.customfields.LabelsCustomFieldImpl.LabelImpl
- All Implemented Interfaces:
LabelsCustomField.Label
- Enclosing class:
LabelsCustomFieldImpl
public static class LabelsCustomFieldImpl.LabelImpl
extends Object
implements LabelsCustomField.Label
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LabelImpl
public LabelImpl(org.json.JSONObject data) -
LabelImpl
-
-
Method Details
-
getId
Description copied from interface:LabelsCustomField.Label
Returns the UUID for this label.- Specified by:
getId
in interfaceLabelsCustomField.Label
- Returns:
- The UUID for this label.
-
getName
Description copied from interface:LabelsCustomField.Label
The name of this label as shown in the UI.- Specified by:
getName
in interfaceLabelsCustomField.Label
- Returns:
- the label name
-
getColor
Description copied from interface:LabelsCustomField.Label
The color of this label as shown in the UI.- Specified by:
getColor
in interfaceLabelsCustomField.Label
- Returns:
- the label color
-