public class AbstractCustomFieldEvent extends Object
| Constructor and Description |
|---|
AbstractCustomFieldEvent(CustomField customField) |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldDetails |
getCustomField() |
String |
getCustomFieldId()
Returns the ID of the custom field that this event relates to.
|
String |
getFieldType() |
Long |
getId()
Returns the ID of the custom field that this event relates to, as a number.
|
public AbstractCustomFieldEvent(@Nonnull CustomField customField)
public Long getId()
getCustomFieldId().public String getCustomFieldId()
getId().public String getFieldType()
public CustomFieldDetails getCustomField()
Copyright © 2002-2024 Atlassian. All Rights Reserved.