Class JqlFunctionPrecomputationUpdateBean
java.lang.Object
io.github.primelib.jira4j.restv2.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 StringThe error message to be displayed to the user if the given function clause is no longer valid during recalculation of the precomputation.protected StringThe id of the precomputation to update.protected StringThe new value of the precomputation. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJqlFunctionPrecomputationUpdateBean(String error, String id, String value) Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean.Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanerror()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.inthashCode()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
-