Class JqlFunctionPrecomputationUpdateBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlFunctionPrecomputationUpdateBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlFunctionPrecomputationUpdateBean
extends Object
JqlFunctionPrecomputationUpdateBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.protected String
The id of the precomputation to update.protected String
The new value of the precomputation. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JqlFunctionPrecomputationUpdateBean
(String error, String id, String value) Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean
.Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
error()
The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.int
hashCode()
id()
The id of the precomputation to update.The id of the precomputation to update.toString()
value()
The new value of the precomputation.The new value of the precomputation.
-
Field Details
-
error
The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation. -
id
The id of the precomputation to update. -
value
The new value of the precomputation.
-
-
Constructor Details
-
JqlFunctionPrecomputationUpdateBean
Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean
.- Parameters:
spec
- the specification to process
-
JqlFunctionPrecomputationUpdateBean
Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlFunctionPrecomputationUpdateBean(Consumer)
instead.- Parameters:
error
- The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.id
- The id of the precomputation to update.value
- The new value of the precomputation.
-
JqlFunctionPrecomputationUpdateBean
protected JqlFunctionPrecomputationUpdateBean()
-
-
Method Details
-
builder
public static JqlFunctionPrecomputationUpdateBean.JqlFunctionPrecomputationUpdateBeanBuilder builder() -
error
The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation. -
id
The id of the precomputation to update. -
value
The new value of the precomputation. -
error
The error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.- Returns:
this
.
-
id
The id of the precomputation to update.- Returns:
this
.
-
value
The new value of the precomputation.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-