Class WorkflowStatusUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowStatusUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowStatusUpdate
extends Object
WorkflowStatusUpdate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The category of the status.static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The description of the status.protected String
The ID of the status.protected String
The name of the status.protected WorkflowStatusUpdate.StatusCategoryEnum
The category of the status.protected String
The reference of the status. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowStatusUpdate
(String description, String id, String name, WorkflowStatusUpdate.StatusCategoryEnum statusCategory, String statusReference) Constructs a validated instance ofWorkflowStatusUpdate
.Constructs a validated instance ofWorkflowStatusUpdate
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
The description of the status.description
(String description) The description of the status.boolean
int
hashCode()
id()
The ID of the status.The ID of the status.name()
The name of the status.The name of the status.The category of the status.statusCategory
(WorkflowStatusUpdate.StatusCategoryEnum statusCategory) The category of the status.The reference of the status.statusReference
(String statusReference) The reference of the status.toString()
-
Field Details
-
description
The description of the status. -
id
The ID of the status. -
name
The name of the status. -
statusCategory
The category of the status. -
statusReference
The reference of the status.
-
-
Constructor Details
-
WorkflowStatusUpdate
Constructs a validated instance ofWorkflowStatusUpdate
.- Parameters:
spec
- the specification to process
-
WorkflowStatusUpdate
@Internal public WorkflowStatusUpdate(String description, String id, String name, WorkflowStatusUpdate.StatusCategoryEnum statusCategory, String statusReference) Constructs a validated instance ofWorkflowStatusUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowStatusUpdate(Consumer)
instead.- Parameters:
description
- The description of the status.id
- The ID of the status.name
- The name of the status.statusCategory
- The category of the status.statusReference
- The reference of the status.
-
WorkflowStatusUpdate
protected WorkflowStatusUpdate()
-
-
Method Details
-
builder
-
description
The description of the status. -
id
The ID of the status. -
name
The name of the status. -
statusCategory
The category of the status. -
statusReference
The reference of the status. -
description
The description of the status.- Returns:
this
.
-
id
The ID of the status.- Returns:
this
.
-
name
The name of the status.- Returns:
this
.
-
statusCategory
The category of the status.- Returns:
this
.
-
statusReference
The reference of the status.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-