Klasse EntityProperty
java.lang.Object
io.github.primelib.jira4j.restv2.model.EntityProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EntityProperty
extends Object
EntityProperty
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
EntityProperty
(String key, Object value) Constructs a validated instance ofEntityProperty
.EntityProperty
(Consumer<EntityProperty> spec) Constructs a validated instance ofEntityProperty
. -
Methodenübersicht
-
Felddetails
-
key
The key of the property. Required on create and update. -
value
The value of the property. Required on create and update.
-
-
Konstruktordetails
-
EntityProperty
Constructs a validated instance ofEntityProperty
.- Parameter:
spec
- the specification to process
-
EntityProperty
Constructs a validated instance ofEntityProperty
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
EntityProperty(Consumer)
instead.- Parameter:
key
- The key of the property. Required on create and update.value
- The value of the property. Required on create and update.
-
EntityProperty
protected EntityProperty()
-
-
Methodendetails
-
builder
-
key
The key of the property. Required on create and update. -
value
The value of the property. Required on create and update. -
key
The key of the property. Required on create and update.- Gibt zurück:
this
.
-
value
The value of the property. Required on create and update.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-