public class SingleListCustomFieldSetting extends CustomFieldSettingJSONImpl
CustomField.FieldType| Constructor and Description |
|---|
SingleListCustomFieldSetting() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
CustomField.FieldType |
getFieldType() |
int |
getFieldTypeId() |
java.util.List<ListItemSetting> |
getItems() |
int |
hashCode() |
boolean |
isAllowAddItem() |
java.lang.String |
toString() |
getApplicableIssueTypes, getDescription, getId, getIdAsString, getName, isRequiredpublic int getFieldTypeId()
public CustomField.FieldType getFieldType()
public java.util.List<ListItemSetting> getItems()
public boolean isAllowAddItem()
public boolean equals(java.lang.Object obj)
equals in class CustomFieldSettingJSONImplpublic int hashCode()
hashCode in class CustomFieldSettingJSONImplpublic java.lang.String toString()
toString in class CustomFieldSettingJSONImpl