Klasse JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder
- Umschließende Klasse:
JqlFunctionPrecomputationBean
public static class JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe list of arguments function was invoked with.build()
created
(OffsetDateTime created) The timestamp of the precomputation creation.The error message to be displayed to the user.The field the function was executed against.functionKey
(String functionKey) The function key.functionName
(String functionName) The name of the function.The id of the precomputation.The operator in context of which function was executed.toString()
updated
(OffsetDateTime updated) The timestamp of the precomputation last update.used
(OffsetDateTime used) The timestamp of the precomputation last usage.The JQL fragment stored as the precomputation.
-
Methodendetails
-
arguments
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder arguments(List<String> arguments) The list of arguments function was invoked with.- Gibt zurück:
this
.
-
created
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder created(OffsetDateTime created) The timestamp of the precomputation creation.- Gibt zurück:
this
.
-
error
The error message to be displayed to the user.- Gibt zurück:
this
.
-
field
The field the function was executed against.- Gibt zurück:
this
.
-
functionKey
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder functionKey(String functionKey) The function key.- Gibt zurück:
this
.
-
functionName
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder functionName(String functionName) The name of the function.- Gibt zurück:
this
.
-
id
The id of the precomputation.- Gibt zurück:
this
.
-
operator
The operator in context of which function was executed.- Gibt zurück:
this
.
-
updated
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder updated(OffsetDateTime updated) The timestamp of the precomputation last update.- Gibt zurück:
this
.
-
used
The timestamp of the precomputation last usage.- Gibt zurück:
this
.
-
value
The JQL fragment stored as the precomputation.- Gibt zurück:
this
.
-
build
-
toString
-