Class JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder
- Enclosing class:
- JqlFunctionPrecomputationBean
public static class JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder
extends Object
-
Method Summary
Modifier and TypeMethodDescriptionThe 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.
-
Method Details
-
arguments
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder arguments(List<String> arguments) The list of arguments function was invoked with.- Returns:
this
.
-
created
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder created(OffsetDateTime created) The timestamp of the precomputation creation.- Returns:
this
.
-
error
The error message to be displayed to the user.- Returns:
this
.
-
field
The field the function was executed against.- Returns:
this
.
-
functionKey
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder functionKey(String functionKey) The function key.- Returns:
this
.
-
functionName
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder functionName(String functionName) The name of the function.- Returns:
this
.
-
id
The id of the precomputation.- Returns:
this
.
-
operator
The operator in context of which function was executed.- Returns:
this
.
-
updated
public JqlFunctionPrecomputationBean.JqlFunctionPrecomputationBeanBuilder updated(OffsetDateTime updated) The timestamp of the precomputation last update.- Returns:
this
.
-
used
The timestamp of the precomputation last usage.- Returns:
this
.
-
value
The JQL fragment stored as the precomputation.- Returns:
this
.
-
build
-
toString
-