Class WorkflowReferenceStatus
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowReferenceStatus
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowReferenceStatus
extends Object
WorkflowReferenceStatus
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BooleanIndicates if the status is deprecated.protected WorkflowStatusLayoutThe properties associated with the status.protected StringThe reference of the status. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWorkflowReferenceStatus(Boolean deprecated, WorkflowStatusLayout layout, Map<String, String> properties, String statusReference) Constructs a validated instance ofWorkflowReferenceStatus.Constructs a validated instance ofWorkflowReferenceStatus. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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()
-
Field Details
-
deprecated
Indicates if the status is deprecated. -
layout
-
properties
The properties associated with the status. -
statusReference
The reference of the status.
-
-
Constructor Details
-
WorkflowReferenceStatus
Constructs a validated instance ofWorkflowReferenceStatus.- Parameters:
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.- Parameters:
deprecated- Indicates if the status is deprecated.layout- layoutproperties- The properties associated with the status.statusReference- The reference of the status.
-
WorkflowReferenceStatus
protected WorkflowReferenceStatus()
-
-
Method Details
-
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.- Returns:
this.
-
layout
- Returns:
this.
-
properties
The properties associated with the status.- Returns:
this.
-
statusReference
The reference of the status.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-