Klasse FieldCreateMetadataSchema
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldCreateMetadataSchema
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldCreateMetadataSchema
extends Object
FieldCreateMetadataSchema
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungIf the field is a custom field, the configuration of the field.protected StringIf the field is a custom field, the URI of the field.protected LongIf the field is a custom field, the custom ID of the field.protected StringWhen the data type is an array, the name of the field items within the array.protected StringIf the field is a system field, the name of the field.protected StringThe data type of the field. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofFieldCreateMetadataSchema.FieldCreateMetadataSchema(Map<String, Object> configuration, String custom, Long customId, String items, String system, String type) Constructs a validated instance ofFieldCreateMetadataSchema. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanIf the field is a custom field, the configuration of the field.configuration(Map<String, Object> configuration) If the field is a custom field, the configuration of the field.custom()If the field is a custom field, the URI of the field.If the field is a custom field, the URI of the field.customId()If the field is a custom field, the custom ID of the field.If the field is a custom field, the custom ID of the field.booleaninthashCode()items()When the data type is an array, the name of the field items within the array.When the data type is an array, the name of the field items within the array.system()If the field is a system field, the name of the field.If the field is a system field, the name of the field.toString()type()The data type of the field.The data type of the field.
-
Felddetails
-
configuration
If the field is a custom field, the configuration of the field. -
custom
If the field is a custom field, the URI of the field. -
customId
If the field is a custom field, the custom ID of the field. -
items
When the data type is an array, the name of the field items within the array. -
system
If the field is a system field, the name of the field. -
type
The data type of the field.
-
-
Konstruktordetails
-
FieldCreateMetadataSchema
Constructs a validated instance ofFieldCreateMetadataSchema.- Parameter:
spec- the specification to process
-
FieldCreateMetadataSchema
@Internal public FieldCreateMetadataSchema(Map<String, Object> configuration, String custom, Long customId, String items, String system, String type) Constructs a validated instance ofFieldCreateMetadataSchema.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldCreateMetadataSchema(Consumer)instead.- Parameter:
configuration- If the field is a custom field, the configuration of the field.custom- If the field is a custom field, the URI of the field.customId- If the field is a custom field, the custom ID of the field.items- When the data type is an array, the name of the field items within the array.system- If the field is a system field, the name of the field.type- The data type of the field.
-
FieldCreateMetadataSchema
protected FieldCreateMetadataSchema()
-
-
Methodendetails
-
builder
-
configuration
If the field is a custom field, the configuration of the field. -
custom
If the field is a custom field, the URI of the field. -
customId
If the field is a custom field, the custom ID of the field. -
items
When the data type is an array, the name of the field items within the array. -
system
If the field is a system field, the name of the field. -
type
The data type of the field. -
configuration
If the field is a custom field, the configuration of the field.- Gibt zurück:
this.
-
custom
If the field is a custom field, the URI of the field.- Gibt zurück:
this.
-
customId
If the field is a custom field, the custom ID of the field.- Gibt zurück:
this.
-
items
When the data type is an array, the name of the field items within the array.- Gibt zurück:
this.
-
system
If the field is a system field, the name of the field.- Gibt zurück:
this.
-
type
The data type of the field.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-