Klasse EvaluateJiraExpressionOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.EvaluateJiraExpressionOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EvaluateJiraExpressionOperationSpec
extends Object
EvaluateJiraExpressionSpec
Specification for the EvaluateJiraExpression operation.
Evaluate Jira expression
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
EvaluateJiraExpressionOperationSpec
(JiraExpressionEvalRequestBean jiraExpressionEvalRequestBean, String expand) Constructs a validated instance ofEvaluateJiraExpressionOperationSpec
.Constructs a validated instance ofEvaluateJiraExpressionOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable String
expand()
Use [expand](#expansion) to include additional information in the response.Use [expand](#expansion) to include additional information in the response.int
hashCode()
@NotNull JiraExpressionEvalRequestBean
The Jira expression and the evaluation context.jiraExpressionEvalRequestBean
(@NotNull JiraExpressionEvalRequestBean jiraExpressionEvalRequestBean) The Jira expression and the evaluation context.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
EvaluateJiraExpressionOperationSpec
@Internal public EvaluateJiraExpressionOperationSpec(Consumer<EvaluateJiraExpressionOperationSpec> spec) Constructs a validated instance ofEvaluateJiraExpressionOperationSpec
.- Parameter:
spec
- the specification to process
-
EvaluateJiraExpressionOperationSpec
@Internal public EvaluateJiraExpressionOperationSpec(JiraExpressionEvalRequestBean jiraExpressionEvalRequestBean, String expand) Constructs a validated instance ofEvaluateJiraExpressionOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
jiraExpressionEvalRequestBean
- The Jira expression and the evaluation context.expand
- Use [expand](#expansion) to include additional information in the response. This parameter acceptsmeta.complexity
that returns information about the expression complexity. For example, the number of expensive operations used by the expression and how close the expression is to reaching the [complexity limit](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#restrictions). Useful when designing and debugging your expressions.
-
EvaluateJiraExpressionOperationSpec
protected EvaluateJiraExpressionOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static EvaluateJiraExpressionOperationSpec.EvaluateJiraExpressionOperationSpecBuilder builder() -
jiraExpressionEvalRequestBean
The Jira expression and the evaluation context. -
expand
Use [expand](#expansion) to include additional information in the response. This parameter acceptsmeta.complexity
that returns information about the expression complexity. For example, the number of expensive operations used by the expression and how close the expression is to reaching the [complexity limit](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#restrictions). Useful when designing and debugging your expressions. -
jiraExpressionEvalRequestBean
public EvaluateJiraExpressionOperationSpec jiraExpressionEvalRequestBean(@NotNull @NotNull JiraExpressionEvalRequestBean jiraExpressionEvalRequestBean) The Jira expression and the evaluation context.- Gibt zurück:
this
.
-
expand
Use [expand](#expansion) to include additional information in the response. This parameter acceptsmeta.complexity
that returns information about the expression complexity. For example, the number of expensive operations used by the expression and how close the expression is to reaching the [complexity limit](https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#restrictions). Useful when designing and debugging your expressions.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-