Class JiraExpressionEvalRequestBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionEvalRequestBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JiraExpressionEvalRequestBean
extends Object
JiraExpressionEvalRequestBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JiraExpressionEvalContextBean
protected String
The Jira expression to evaluate. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JiraExpressionEvalRequestBean
(JiraExpressionEvalContextBean context, String expression) Constructs a validated instance ofJiraExpressionEvalRequestBean
.Constructs a validated instance ofJiraExpressionEvalRequestBean
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
context()
context
(JiraExpressionEvalContextBean context) boolean
The Jira expression to evaluate.expression
(String expression) The Jira expression to evaluate.int
hashCode()
toString()
-
Field Details
-
context
-
expression
The Jira expression to evaluate.
-
-
Constructor Details
-
JiraExpressionEvalRequestBean
Constructs a validated instance ofJiraExpressionEvalRequestBean
.- Parameters:
spec
- the specification to process
-
JiraExpressionEvalRequestBean
@Internal public JiraExpressionEvalRequestBean(JiraExpressionEvalContextBean context, String expression) Constructs a validated instance ofJiraExpressionEvalRequestBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JiraExpressionEvalRequestBean(Consumer)
instead.- Parameters:
context
- contextexpression
- The Jira expression to evaluate.
-
JiraExpressionEvalRequestBean
protected JiraExpressionEvalRequestBean()
-
-
Method Details
-
builder
-
context
-
expression
The Jira expression to evaluate. -
context
- Returns:
this
.
-
expression
The Jira expression to evaluate.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-