Class IssueEntityProperties
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueEntityProperties
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueEntityProperties
extends Object
IssueEntityProperties
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionA list of entity property IDs.A list of entity property keys and values. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofIssueEntityProperties
.Constructs a validated instance ofIssueEntityProperties
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
A list of entity property IDs.entitiesIds
(Set<Long> entitiesIds) A list of entity property IDs.boolean
int
hashCode()
A list of entity property keys and values.properties
(Map<String, JsonNode> properties) A list of entity property keys and values.toString()
-
Field Details
-
entitiesIds
A list of entity property IDs. -
properties
A list of entity property keys and values.
-
-
Constructor Details
-
IssueEntityProperties
Constructs a validated instance ofIssueEntityProperties
.- Parameters:
spec
- the specification to process
-
IssueEntityProperties
Constructs a validated instance ofIssueEntityProperties
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueEntityProperties(Consumer)
instead.- Parameters:
entitiesIds
- A list of entity property IDs.properties
- A list of entity property keys and values.
-
IssueEntityProperties
protected IssueEntityProperties()
-
-
Method Details
-
builder
-
entitiesIds
A list of entity property IDs. -
properties
A list of entity property keys and values. -
entitiesIds
A list of entity property IDs.- Returns:
this
.
-
properties
A list of entity property keys and values.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-