public class

FieldMetaBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.FieldMetaBean

Class Overview

Represents the meta data of a field.

Summary

Fields
public static final FieldMetaBean DOC_EXAMPLE
Public Constructors
FieldMetaBean(boolean required, Boolean hasDefaultValue, JsonType schema, String name, String autoCompleteUrl, Collection<String> operations, Collection<?> allowedValues)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final FieldMetaBean DOC_EXAMPLE

Public Constructors

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