Class JiraExpressionEvalRequestBean
java.lang.Object
io.github.primelib.jira4j.restv2.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 JiraExpressionEvalContextBeanprotected StringThe Jira expression to evaluate. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJiraExpressionEvalRequestBean(JiraExpressionEvalContextBean context, String expression) Constructs a validated instance ofJiraExpressionEvalRequestBean.Constructs a validated instance ofJiraExpressionEvalRequestBean. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleancontext()context(JiraExpressionEvalContextBean context) booleanThe Jira expression to evaluate.expression(String expression) The Jira expression to evaluate.inthashCode()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
-