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