Class JiraExpressionValidationError.JiraExpressionValidationErrorBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionValidationError.JiraExpressionValidationErrorBuilder
- Enclosing class:
- JiraExpressionValidationError
public static class JiraExpressionValidationError.JiraExpressionValidationErrorBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The text column in which the error occurred.expression
(String expression) The part of the expression in which the error occurred.The text line in which the error occurred.Details about the error.toString()
The error type.
-
Method Details
-
column
The text column in which the error occurred.- Returns:
this
.
-
expression
public JiraExpressionValidationError.JiraExpressionValidationErrorBuilder expression(String expression) The part of the expression in which the error occurred.- Returns:
this
.
-
line
The text line in which the error occurred.- Returns:
this
.
-
message
Details about the error.- Returns:
this
.
-
type
public JiraExpressionValidationError.JiraExpressionValidationErrorBuilder type(JiraExpressionValidationError.TypeEnum type) The error type.- Returns:
this
.
-
build
-
toString
-