Klasse IssueEntityProperties
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueEntityProperties
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueEntityProperties
extends Object
IssueEntityProperties
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungA list of entity property IDs.A list of entity property keys and values. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofIssueEntityProperties
.Constructs a validated instance ofIssueEntityProperties
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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()
-
Felddetails
-
entitiesIds
A list of entity property IDs. -
properties
A list of entity property keys and values.
-
-
Konstruktordetails
-
IssueEntityProperties
Constructs a validated instance ofIssueEntityProperties
.- Parameter:
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.- Parameter:
entitiesIds
- A list of entity property IDs.properties
- A list of entity property keys and values.
-
IssueEntityProperties
protected IssueEntityProperties()
-
-
Methodendetails
-
builder
-
entitiesIds
A list of entity property IDs. -
properties
A list of entity property keys and values. -
entitiesIds
A list of entity property IDs.- Gibt zurück:
this
.
-
properties
A list of entity property keys and values.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-