Klasse JqlFunctionPrecomputationBean
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlFunctionPrecomputationBean
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlFunctionPrecomputationBean
extends Object
JqlFunctionPrecomputationBean
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected OffsetDateTime
protected String
protected String
protected String
protected String
protected String
protected OffsetDateTime
protected OffsetDateTime
protected String
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofJqlFunctionPrecomputationBean
.JqlFunctionPrecomputationBean
(List<String> arguments, OffsetDateTime created, String field, String functionKey, String functionName, String id, String operator, OffsetDateTime updated, OffsetDateTime used, String value) Constructs a validated instance ofJqlFunctionPrecomputationBean
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
created()
created
(OffsetDateTime created) boolean
field()
functionKey
(String functionKey) functionName
(String functionName) int
hashCode()
id()
operator()
toString()
updated()
updated
(OffsetDateTime updated) used()
used
(OffsetDateTime used) value()
-
Felddetails
-
arguments
-
created
-
field
-
functionKey
-
functionName
-
id
-
operator
-
updated
-
used
-
value
-
-
Konstruktordetails
-
JqlFunctionPrecomputationBean
Constructs a validated instance ofJqlFunctionPrecomputationBean
.- Parameter:
spec
- the specification to process
-
JqlFunctionPrecomputationBean
@Internal public JqlFunctionPrecomputationBean(List<String> arguments, OffsetDateTime created, String field, String functionKey, String functionName, String id, String operator, OffsetDateTime updated, OffsetDateTime used, String value) Constructs a validated instance ofJqlFunctionPrecomputationBean
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlFunctionPrecomputationBean(Consumer)
instead.- Parameter:
arguments
- argumentscreated
- createdfield
- fieldfunctionKey
- functionKeyfunctionName
- functionNameid
- idoperator
- operatorupdated
- updatedused
- usedvalue
- value
-
JqlFunctionPrecomputationBean
protected JqlFunctionPrecomputationBean()
-
-
Methodendetails
-
builder
-
arguments
-
created
-
field
-
functionKey
-
functionName
-
id
-
operator
-
updated
-
used
-
value
-
arguments
- Gibt zurück:
this
.
-
created
- Gibt zurück:
this
.
-
field
- Gibt zurück:
this
.
-
functionKey
- Gibt zurück:
this
.
-
functionName
- Gibt zurück:
this
.
-
id
- Gibt zurück:
this
.
-
operator
- Gibt zurück:
this
.
-
updated
- Gibt zurück:
this
.
-
used
- Gibt zurück:
this
.
-
value
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-