Klasse FieldValueClause
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldValueClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldValueClause
extends Object
FieldValueClause
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The operator between the field and operand. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected JqlQueryField
protected JqlQueryClauseOperand
protected FieldValueClause.OperatorEnum
The operator between the field and operand. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FieldValueClause
(JqlQueryField field, JqlQueryClauseOperand operand, FieldValueClause.OperatorEnum operator) Constructs a validated instance ofFieldValueClause
.Constructs a validated instance ofFieldValueClause
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
field()
field
(JqlQueryField field) int
hashCode()
operand()
operand
(JqlQueryClauseOperand operand) operator()
The operator between the field and operand.operator
(FieldValueClause.OperatorEnum operator) The operator between the field and operand.toString()
-
Felddetails
-
field
-
operand
-
operator
The operator between the field and operand.
-
-
Konstruktordetails
-
FieldValueClause
Constructs a validated instance ofFieldValueClause
.- Parameter:
spec
- the specification to process
-
FieldValueClause
@Internal public FieldValueClause(JqlQueryField field, JqlQueryClauseOperand operand, FieldValueClause.OperatorEnum operator) Constructs a validated instance ofFieldValueClause
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldValueClause(Consumer)
instead.- Parameter:
field
- fieldoperand
- operandoperator
- The operator between the field and operand.
-
FieldValueClause
protected FieldValueClause()
-
-
Methodendetails
-
builder
-
field
-
operand
-
operator
The operator between the field and operand. -
field
- Gibt zurück:
this
.
-
operand
- Gibt zurück:
this
.
-
operator
The operator between the field and operand.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-