Klasse JqlFunctionPrecomputationUpdateBean
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlFunctionPrecomputationUpdateBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlFunctionPrecomputationUpdateBean
extends Object
JqlFunctionPrecomputationUpdateBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JqlFunctionPrecomputationUpdateBean
(String error, String id, String value) Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean
.Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
JqlFunctionPrecomputationUpdateBean
Constructs a validated instance ofJqlFunctionPrecomputationUpdateBean
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
id
The id of the precomputation to update.- Gibt zurück:
this
.
-
value
The new value of the precomputation.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-