Class AvailableWorkflowForgeRule
java.lang.Object
io.github.primelib.jira4j.restv3.model.AvailableWorkflowForgeRule
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AvailableWorkflowForgeRule
extends Object
AvailableWorkflowForgeRule
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe rule type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAvailableWorkflowForgeRule(String description, String id, String name, String ruleKey, AvailableWorkflowForgeRule.RuleTypeEnum ruleType) Constructs a validated instance ofAvailableWorkflowForgeRule.Constructs a validated instance ofAvailableWorkflowForgeRule. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()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()
-
Field Details
-
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.
-
-
Constructor Details
-
AvailableWorkflowForgeRule
Constructs a validated instance ofAvailableWorkflowForgeRule.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
id
The unique ARI of the forge rule type.- Returns:
this.
-
name
The rule name.- Returns:
this.
-
ruleKey
The rule key.- Returns:
this.
-
ruleType
The rule type.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-