com.atlassian.jira.issue.fields.rest
Class FieldTypeInfo

java.lang.Object
  extended by 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 Summary
FieldTypeInfo(Collection<?> allowedValues, String autoCompleteUrl)
           
 
Method Summary
 Collection<?> getAllowedValues()
           
 String getAutoCompleteUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldTypeInfo

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

getAllowedValues

public Collection<?> getAllowedValues()

getAutoCompleteUrl

public String getAutoCompleteUrl()


Copyright © 2002-2014 Atlassian. All Rights Reserved.