Klasse FieldCreateMetadata
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldCreateMetadata
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldCreateMetadata
extends Object
FieldCreateMetadata
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
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 String
The field id.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 FieldCreateMetadataSchema
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofFieldCreateMetadata
.FieldCreateMetadata
(List<Object> allowedValues, String autoCompleteUrl, Map<String, Object> configuration, Object defaultValue, String fieldId, Boolean hasDefaultValue, String key, String name, List<String> operations, Boolean required, FieldCreateMetadataSchema schema) Constructs a validated instance ofFieldCreateMetadata
. -
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
fieldId()
The field id.The field id.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
(FieldCreateMetadataSchema 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. -
fieldId
The field id. -
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
-
FieldCreateMetadata
Constructs a validated instance ofFieldCreateMetadata
.- Parameter:
spec
- the specification to process
-
FieldCreateMetadata
@Internal public FieldCreateMetadata(List<Object> allowedValues, String autoCompleteUrl, Map<String, Object> configuration, Object defaultValue, String fieldId, Boolean hasDefaultValue, String key, String name, List<String> operations, Boolean required, FieldCreateMetadataSchema schema) Constructs a validated instance ofFieldCreateMetadata
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldCreateMetadata(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.fieldId
- The field id.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
-
FieldCreateMetadata
protected FieldCreateMetadata()
-
-
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. -
fieldId
The field id. -
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
.
-
fieldId
The field id.- 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
-