@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class FieldMetadata extends Object
| Constructor and Description |
|---|
FieldMetadata() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Object> |
getAllowedValues()
The list of values allowed in the field.
|
String |
getAutoCompleteUrl()
The URL that can be used to automatically complete the field.
|
Object |
getDefaultValue()
The default value of the field.
|
Boolean |
getHasDefaultValue()
Whether the field has a default value.
|
String |
getKey()
The key of the field.
|
String |
getName()
The name of the field.
|
List<String> |
getOperations()
The list of operations that can be performed on the field.
|
Boolean |
getRequired()
Whether the field is required.
|
JsonTypeBean |
getSchema()
The data type of the field.
|
int |
hashCode() |
String |
toString() |
public Boolean getRequired()
public JsonTypeBean getSchema()
public String getName()
public String getKey()
public String getAutoCompleteUrl()
public Boolean getHasDefaultValue()
public List<String> getOperations()
public List<Object> getAllowedValues()
public Object getDefaultValue()
Copyright © 2011–2021 Everit Kft.. All rights reserved.