@Internal public class

CustomFieldDetailsImpl

extends Object
implements CustomFieldDetails
java.lang.Object
   ↳ com.atlassian.jira.event.issue.field.CustomFieldDetailsImpl

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Summary

Public Constructors
CustomFieldDetailsImpl(CustomField customField)
Public Methods
String getFieldTypeName()
String getId()
Long getIdAsLong()
String getUntranslatedDescription()
String getUntranslatedName()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.event.issue.field.CustomFieldDetails

Public Constructors

public CustomFieldDetailsImpl (CustomField customField)

Public Methods

public String getFieldTypeName ()

public String getId ()

public Long getIdAsLong ()

public String getUntranslatedDescription ()

public String getUntranslatedName ()