Class WorkflowTrigger
java.lang.Object
io.github.primelib.jira4j.restv3.model.WorkflowTrigger
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTrigger
extends Object
WorkflowTrigger
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofWorkflowTrigger.Constructs a validated instance ofWorkflowTrigger. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()id()The ID of the trigger.The ID of the trigger.The parameters of the trigger.parameters(Map<String, String> parameters) The parameters of the trigger.ruleKey()The rule key of the trigger.The rule key of the trigger.toString()
-
Field Details
-
id
The ID of the trigger. -
parameters
The parameters of the trigger. -
ruleKey
The rule key of the trigger.
-
-
Constructor Details
-
WorkflowTrigger
Constructs a validated instance ofWorkflowTrigger.- Parameters:
spec- the specification to process
-
WorkflowTrigger
Constructs a validated instance ofWorkflowTrigger.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
WorkflowTrigger(Consumer)instead.- Parameters:
id- The ID of the trigger.parameters- The parameters of the trigger.ruleKey- The rule key of the trigger.
-
WorkflowTrigger
protected WorkflowTrigger()
-
-
Method Details
-
builder
-
id
The ID of the trigger. -
parameters
The parameters of the trigger. -
ruleKey
The rule key of the trigger. -
id
The ID of the trigger.- Returns:
this.
-
parameters
The parameters of the trigger.- Returns:
this.
-
ruleKey
The rule key of the trigger.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-