Klasse AvailableWorkflowForgeRule
java.lang.Object
io.github.primelib.jira4j.restv3.model.AvailableWorkflowForgeRule
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AvailableWorkflowForgeRule
extends Object
AvailableWorkflowForgeRule
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The rule type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The rule description.protected String
The unique ARI of the forge rule type.protected String
The rule name.protected String
The rule key.protected AvailableWorkflowForgeRule.RuleTypeEnum
The rule type. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AvailableWorkflowForgeRule
(String description, String id, String name, String ruleKey, AvailableWorkflowForgeRule.RuleTypeEnum ruleType) Constructs a validated instance ofAvailableWorkflowForgeRule
.Constructs a validated instance ofAvailableWorkflowForgeRule
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The rule description.description
(String description) The rule description.boolean
int
hashCode()
id()
The unique ARI of the forge rule type.The unique ARI of the forge rule type.name()
The rule name.The rule name.ruleKey()
The rule key.The rule key.ruleType()
The rule type.The rule type.toString()
-
Felddetails
-
description
The rule description. -
id
The unique ARI of the forge rule type. -
name
The rule name. -
ruleKey
The rule key. -
ruleType
The rule type.
-
-
Konstruktordetails
-
AvailableWorkflowForgeRule
Constructs a validated instance ofAvailableWorkflowForgeRule
.- Parameter:
spec
- the specification to process
-
AvailableWorkflowForgeRule
@Internal public AvailableWorkflowForgeRule(String description, String id, String name, String ruleKey, AvailableWorkflowForgeRule.RuleTypeEnum ruleType) Constructs a validated instance ofAvailableWorkflowForgeRule
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AvailableWorkflowForgeRule(Consumer)
instead.- Parameter:
description
- The rule description.id
- The unique ARI of the forge rule type.name
- The rule name.ruleKey
- The rule key.ruleType
- The rule type.
-
AvailableWorkflowForgeRule
protected AvailableWorkflowForgeRule()
-
-
Methodendetails
-
builder
-
description
The rule description. -
id
The unique ARI of the forge rule type. -
name
The rule name. -
ruleKey
The rule key. -
ruleType
The rule type. -
description
The rule description.- Gibt zurück:
this
.
-
id
The unique ARI of the forge rule type.- Gibt zurück:
this
.
-
name
The rule name.- Gibt zurück:
this
.
-
ruleKey
The rule key.- Gibt zurück:
this
.
-
ruleType
The rule type.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-