Class CreateWorkflowStatusDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateWorkflowStatusDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateWorkflowStatusDetails
extends Object
CreateWorkflowStatusDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CreateWorkflowStatusDetails
(String id, Map<String, String> properties) Constructs a validated instance ofCreateWorkflowStatusDetails
.Constructs a validated instance ofCreateWorkflowStatusDetails
. -
Method Summary
-
Field Details
-
id
The ID of the status. -
properties
The properties of the status.
-
-
Constructor Details
-
CreateWorkflowStatusDetails
Constructs a validated instance ofCreateWorkflowStatusDetails
.- Parameters:
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.- Parameters:
id
- The ID of the status.properties
- The properties of the status.
-
CreateWorkflowStatusDetails
protected CreateWorkflowStatusDetails()
-
-
Method Details
-
builder
-
id
The ID of the status. -
properties
The properties of the status. -
id
The ID of the status.- Returns:
this
.
-
properties
The properties of the status.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-