Klasse WorkflowReferenceStatus
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowReferenceStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowReferenceStatus
extends Object
WorkflowReferenceStatus
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Boolean
Indicates if the status is deprecated.protected WorkflowStatusLayout
The properties associated with the status.protected String
The reference of the status. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
WorkflowReferenceStatus
(Boolean deprecated, WorkflowStatusLayout layout, Map<String, String> properties, String statusReference) Constructs a validated instance ofWorkflowReferenceStatus
.Constructs a validated instance ofWorkflowReferenceStatus
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
Indicates if the status is deprecated.deprecated
(Boolean deprecated) Indicates if the status is deprecated.boolean
int
hashCode()
layout()
layout
(WorkflowStatusLayout layout) The properties associated with the status.properties
(Map<String, String> properties) The properties associated with the status.The reference of the status.statusReference
(String statusReference) The reference of the status.toString()
-
Felddetails
-
deprecated
Indicates if the status is deprecated. -
layout
-
properties
The properties associated with the status. -
statusReference
The reference of the status.
-
-
Konstruktordetails
-
WorkflowReferenceStatus
Constructs a validated instance ofWorkflowReferenceStatus
.- Parameter:
spec
- the specification to process
-
WorkflowReferenceStatus
@Internal public WorkflowReferenceStatus(Boolean deprecated, WorkflowStatusLayout layout, Map<String, String> properties, String statusReference) Constructs a validated instance ofWorkflowReferenceStatus
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowReferenceStatus(Consumer)
instead.- Parameter:
deprecated
- Indicates if the status is deprecated.layout
- var.nameproperties
- The properties associated with the status.statusReference
- The reference of the status.
-
WorkflowReferenceStatus
protected WorkflowReferenceStatus()
-
-
Methodendetails
-
builder
-
deprecated
Indicates if the status is deprecated. -
layout
-
properties
The properties associated with the status. -
statusReference
The reference of the status. -
deprecated
Indicates if the status is deprecated.- Gibt zurück:
this
.
-
layout
- Gibt zurück:
this
.
-
properties
The properties associated with the status.- Gibt zurück:
this
.
-
statusReference
The reference of the status.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-