public class FieldMetaBean extends Object
Modifier and Type | Field and Description |
---|---|
static FieldMetaBean |
DOC_EXAMPLE |
Constructor and Description |
---|
FieldMetaBean(boolean required,
Boolean hasDefaultValue,
JsonType schema,
String name,
String fieldId,
String autoCompleteUrl,
Collection<String> operations,
Collection<?> allowedValues,
Object defaultValue) |
Modifier and Type | Method and Description |
---|---|
Collection<?> |
getAllowedValues() |
String |
getAutoCompleteUrl() |
Object |
getDefaultValue() |
String |
getFieldId() |
Boolean |
getHasDefaultValue() |
String |
getName() |
Collection<String> |
getOperations() |
JsonTypeBean |
getSchema() |
boolean |
isRequired() |
public static final FieldMetaBean DOC_EXAMPLE
public FieldMetaBean(boolean required, Boolean hasDefaultValue, JsonType schema, String name, String fieldId, String autoCompleteUrl, Collection<String> operations, Collection<?> allowedValues, Object defaultValue)
public boolean isRequired()
public JsonTypeBean getSchema()
public String getName()
public String getFieldId()
public String getAutoCompleteUrl()
public Boolean getHasDefaultValue()
public Collection<String> getOperations()
public Collection<?> getAllowedValues()
public Object getDefaultValue()
Copyright © 2002-2022 Atlassian. All Rights Reserved.