Class WorkflowSchemeIdName
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowSchemeIdName
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowSchemeIdName
extends Object
WorkflowSchemeIdName
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WorkflowSchemeIdName
(String id, String name) Constructs a validated instance ofWorkflowSchemeIdName
.Constructs a validated instance ofWorkflowSchemeIdName
. -
Method Summary
-
Field Details
-
id
The ID of the workflow scheme. -
name
The name of the workflow scheme.
-
-
Constructor Details
-
WorkflowSchemeIdName
Constructs a validated instance ofWorkflowSchemeIdName
.- Parameters:
spec
- the specification to process
-
WorkflowSchemeIdName
Constructs a validated instance ofWorkflowSchemeIdName
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowSchemeIdName(Consumer)
instead.- Parameters:
id
- The ID of the workflow scheme.name
- The name of the workflow scheme.
-
WorkflowSchemeIdName
protected WorkflowSchemeIdName()
-
-
Method Details
-
builder
-
id
The ID of the workflow scheme. -
name
The name of the workflow scheme. -
id
The ID of the workflow scheme.- Returns:
this
.
-
name
The name of the workflow scheme.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-