Klasse JiraExpressionValidationError.JiraExpressionValidationErrorBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.JiraExpressionValidationError.JiraExpressionValidationErrorBuilder
- Umschließende Klasse:
JiraExpressionValidationError
public static class JiraExpressionValidationError.JiraExpressionValidationErrorBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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.
-
Methodendetails
-
column
The text column in which the error occurred.- Gibt zurück:
this
.
-
expression
public JiraExpressionValidationError.JiraExpressionValidationErrorBuilder expression(String expression) The part of the expression in which the error occurred.- Gibt zurück:
this
.
-
line
The text line in which the error occurred.- Gibt zurück:
this
.
-
message
Details about the error.- Gibt zurück:
this
.
-
type
public JiraExpressionValidationError.JiraExpressionValidationErrorBuilder type(JiraExpressionValidationError.TypeEnum type) The error type.- Gibt zurück:
this
.
-
build
-
toString
-