Class EntityProperty
java.lang.Object
io.github.primelib.jira4j.restv2.model.EntityProperty
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EntityProperty
extends Object
EntityProperty
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntityProperty(String key, Object value) Constructs a validated instance ofEntityProperty.EntityProperty(Consumer<EntityProperty> spec) Constructs a validated instance ofEntityProperty. -
Method Summary
-
Field Details
-
key
The key of the property. Required on create and update. -
value
The value of the property. Required on create and update.
-
-
Constructor Details
-
EntityProperty
Constructs a validated instance ofEntityProperty.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
value
The value of the property. Required on create and update.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-