Class JqlQueryClauseTimePredicate
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryClauseTimePredicate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryClauseTimePredicate
extends Object
JqlQueryClauseTimePredicate
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The operator between the field and the operand. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JqlQueryClauseOperand
protected JqlQueryClauseTimePredicate.OperatorEnum
The operator between the field and the operand. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JqlQueryClauseTimePredicate
(JqlQueryClauseOperand operand, JqlQueryClauseTimePredicate.OperatorEnum operator) Constructs a validated instance ofJqlQueryClauseTimePredicate
.Constructs a validated instance ofJqlQueryClauseTimePredicate
. -
Method Summary
-
Field Details
-
operand
-
operator
The operator between the field and the operand.
-
-
Constructor Details
-
JqlQueryClauseTimePredicate
Constructs a validated instance ofJqlQueryClauseTimePredicate
.- Parameters:
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.- Parameters:
operand
- operandoperator
- The operator between the field and the operand.
-
JqlQueryClauseTimePredicate
protected JqlQueryClauseTimePredicate()
-
-
Method Details
-
builder
-
operand
-
operator
The operator between the field and the operand. -
operand
- Returns:
this
.
-
operator
The operator between the field and the operand.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-