Klasse WorkflowTrigger
java.lang.Object
io.github.primelib.jira4j.restv2.model.WorkflowTrigger
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class WorkflowTrigger
extends Object
WorkflowTrigger
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofWorkflowTrigger
.Constructs a validated instance ofWorkflowTrigger
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
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()
-
Felddetails
-
id
The ID of the trigger. -
parameters
The parameters of the trigger. -
ruleKey
The rule key of the trigger.
-
-
Konstruktordetails
-
WorkflowTrigger
Constructs a validated instance ofWorkflowTrigger
.- Parameter:
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.- Parameter:
id
- The ID of the trigger.parameters
- The parameters of the trigger.ruleKey
- The rule key of the trigger.
-
WorkflowTrigger
protected WorkflowTrigger()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
parameters
The parameters of the trigger.- Gibt zurück:
this
.
-
ruleKey
The rule key of the trigger.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-