@PublicApi
public interface ExternalCustomFieldValue
Modifier and Type | Method and Description |
---|---|
String |
getCustomFieldId()
Returns the ID of the CustomField that this value is stored for.
|
String |
getDateValue() |
String |
getId()
Returns the ID of the CustomFieldValue.
|
String |
getIssueId()
Returns the Issue ID that this value was stored against.
|
String |
getNumberValue() |
String |
getParentKey()
Returns the Parent Key for this Custom Field Value.
|
String |
getStringValue() |
String |
getTextValue() |
String |
getValue()
Returns the String representation of the value that is stored.
|
String getId()
String getCustomFieldId()
String getIssueId()
String getParentKey()
String getValue()
String getDateValue()
String getNumberValue()
String getStringValue()
String getTextValue()
Copyright © 2002-2019 Atlassian. All Rights Reserved.