Class FieldTypeInfo

java.lang.Object
com.atlassian.jira.issue.fields.rest.FieldTypeInfo

@PublicApi public class FieldTypeInfo extends Object
This class is used to describe the data that this field supports
Since:
v5.0
  • Constructor Details

    • FieldTypeInfo

      public FieldTypeInfo(Collection<?> allowedValues, String autoCompleteUrl)
  • Method Details

    • getAllowedValues

      public Collection<?> getAllowedValues()
    • getAutoCompleteUrl

      public String getAutoCompleteUrl()