com.atlassian.jira.rest.v2.issue
Class FieldMetaBean

java.lang.Object
  extended by com.atlassian.jira.rest.v2.issue.FieldMetaBean

public class FieldMetaBean
extends Object

Represents the meta data of a field.

Since:
v4.2

Field Summary
static FieldMetaBean DOC_EXAMPLE
           
 
Constructor Summary
FieldMetaBean(boolean required, JsonType schema, String name, String autoCompleteUrl, Collection<String> operations, Collection<?> allowedValues)
           
 
Method Summary
static FieldMetaBean newBean()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DOC_EXAMPLE

public static final FieldMetaBean DOC_EXAMPLE
Constructor Detail

FieldMetaBean

public FieldMetaBean(boolean required,
                     JsonType schema,
                     String name,
                     String autoCompleteUrl,
                     Collection<String> operations,
                     Collection<?> allowedValues)
Method Detail

newBean

public static FieldMetaBean newBean()


Copyright © 2002-2012 Atlassian. All Rights Reserved.