Class EntityPropertyDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.EntityPropertyDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EntityPropertyDetails
extends Object
EntityPropertyDetails
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EntityPropertyDetails
(BigDecimal entityId, String key, String value) Constructs a validated instance ofEntityPropertyDetails
.Constructs a validated instance ofEntityPropertyDetails
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
entityId()
The entity property ID.entityId
(BigDecimal entityId) The entity property ID.boolean
int
hashCode()
key()
The entity property key.The entity property key.toString()
value()
The new value of the entity property.The new value of the entity property.
-
Field Details
-
entityId
The entity property ID. -
key
The entity property key. -
value
The new value of the entity property.
-
-
Constructor Details
-
EntityPropertyDetails
Constructs a validated instance ofEntityPropertyDetails
.- Parameters:
spec
- the specification to process
-
EntityPropertyDetails
Constructs a validated instance ofEntityPropertyDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
EntityPropertyDetails(Consumer)
instead.- Parameters:
entityId
- The entity property ID.key
- The entity property key.value
- The new value of the entity property.
-
EntityPropertyDetails
protected EntityPropertyDetails()
-
-
Method Details
-
builder
-
entityId
The entity property ID. -
key
The entity property key. -
value
The new value of the entity property. -
entityId
The entity property ID.- Returns:
this
.
-
key
The entity property key.- Returns:
this
.
-
value
The new value of the entity property.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-