Klasse WorkflowReferenceStatus
java.lang.Object
io.github.primelib.jira4j.restv3.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 BooleanIndicates if the status is deprecated.protected WorkflowStatusLayoutThe properties associated with the status.protected StringThe reference of the status. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedWorkflowReferenceStatus(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 booleanIndicates if the status is deprecated.deprecated(Boolean deprecated) Indicates if the status is deprecated.booleaninthashCode()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- layoutproperties- 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
-