Klasse AvailableWorkflowForgeRule
java.lang.Object
io.github.primelib.jira4j.restv2.model.AvailableWorkflowForgeRule
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AvailableWorkflowForgeRule
extends Object
AvailableWorkflowForgeRule
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe rule type. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe rule description.protected StringThe unique ARI of the forge rule type.protected StringThe rule name.protected StringThe rule key.protected AvailableWorkflowForgeRule.RuleTypeEnumThe rule type. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAvailableWorkflowForgeRule(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 booleanThe rule description.description(String description) The rule description.booleaninthashCode()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
-