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