Klasse FieldMetadata
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldMetadata
extends Object
FieldMetadata
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe list of values allowed in the field.protected String
The URL that can be used to automatically complete the field.The configuration properties.protected Object
The default value of the field.protected Boolean
Whether the field has a default value.protected String
The key of the field.protected String
The name of the field.The list of operations that can be performed on the field.protected Boolean
Whether the field is required.protected FieldMetadataSchema
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FieldMetadata
(Consumer<FieldMetadata> spec) Constructs a validated instance ofFieldMetadata
.FieldMetadata
(List<Object> allowedValues, String autoCompleteUrl, Map<String, Object> configuration, Object defaultValue, Boolean hasDefaultValue, String key, String name, List<String> operations, Boolean required, FieldMetadataSchema schema) Constructs a validated instance ofFieldMetadata
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe list of values allowed in the field.allowedValues
(List<Object> allowedValues) The list of values allowed in the field.The URL that can be used to automatically complete the field.autoCompleteUrl
(String autoCompleteUrl) The URL that can be used to automatically complete the field.builder()
protected boolean
The configuration properties.configuration
(Map<String, Object> configuration) The configuration properties.The default value of the field.defaultValue
(Object defaultValue) The default value of the field.boolean
Whether the field has a default value.hasDefaultValue
(Boolean hasDefaultValue) Whether the field has a default value.int
hashCode()
key()
The key of the field.The key of the field.name()
The name of the field.The name of the field.The list of operations that can be performed on the field.operations
(List<String> operations) The list of operations that can be performed on the field.required()
Whether the field is required.Whether the field is required.schema()
schema
(FieldMetadataSchema schema) toString()
-
Felddetails
-
allowedValues
The list of values allowed in the field. -
autoCompleteUrl
The URL that can be used to automatically complete the field. -
configuration
The configuration properties. -
defaultValue
The default value of the field. -
hasDefaultValue
Whether the field has a default value. -
key
The key of the field. -
name
The name of the field. -
operations
The list of operations that can be performed on the field. -
required
Whether the field is required. -
schema
-
-
Konstruktordetails
-
FieldMetadata
Constructs a validated instance ofFieldMetadata
.- Parameter:
spec
- the specification to process
-
FieldMetadata
@Internal public FieldMetadata(List<Object> allowedValues, String autoCompleteUrl, Map<String, Object> configuration, Object defaultValue, Boolean hasDefaultValue, String key, String name, List<String> operations, Boolean required, FieldMetadataSchema schema) Constructs a validated instance ofFieldMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldMetadata(Consumer)
instead.- Parameter:
allowedValues
- The list of values allowed in the field.autoCompleteUrl
- The URL that can be used to automatically complete the field.configuration
- The configuration properties.defaultValue
- The default value of the field.hasDefaultValue
- Whether the field has a default value.key
- The key of the field.name
- The name of the field.operations
- The list of operations that can be performed on the field.required
- Whether the field is required.schema
- schema
-
FieldMetadata
protected FieldMetadata()
-
-
Methodendetails
-
builder
-
allowedValues
The list of values allowed in the field. -
autoCompleteUrl
The URL that can be used to automatically complete the field. -
configuration
The configuration properties. -
defaultValue
The default value of the field. -
hasDefaultValue
Whether the field has a default value. -
key
The key of the field. -
name
The name of the field. -
operations
The list of operations that can be performed on the field. -
required
Whether the field is required. -
schema
-
allowedValues
The list of values allowed in the field.- Gibt zurück:
this
.
-
autoCompleteUrl
The URL that can be used to automatically complete the field.- Gibt zurück:
this
.
-
configuration
The configuration properties.- Gibt zurück:
this
.
-
defaultValue
The default value of the field.- Gibt zurück:
this
.
-
hasDefaultValue
Whether the field has a default value.- Gibt zurück:
this
.
-
key
The key of the field.- Gibt zurück:
this
.
-
name
The name of the field.- Gibt zurück:
this
.
-
operations
The list of operations that can be performed on the field.- Gibt zurück:
this
.
-
required
Whether the field is required.- Gibt zurück:
this
.
-
schema
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-