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