Class FieldWasClause
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldWasClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldWasClause
extends Object
FieldWasClause
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe operator between the field and operand. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JqlQueryFieldprotected JqlQueryClauseOperandprotected FieldWasClause.OperatorEnumThe operator between the field and operand.protected List<JqlQueryClauseTimePredicate>The list of time predicates. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFieldWasClause(JqlQueryField field, JqlQueryClauseOperand operand, FieldWasClause.OperatorEnum operator, List<JqlQueryClauseTimePredicate> predicates) Constructs a validated instance ofFieldWasClause.FieldWasClause(Consumer<FieldWasClause> spec) Constructs a validated instance ofFieldWasClause. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanfield()field(JqlQueryField field) inthashCode()operand()operand(JqlQueryClauseOperand operand) operator()The operator between the field and operand.operator(FieldWasClause.OperatorEnum operator) The operator between the field and operand.The list of time predicates.predicates(List<JqlQueryClauseTimePredicate> predicates) The list of time predicates.toString()
-
Field Details
-
field
-
operand
-
operator
The operator between the field and operand. -
predicates
The list of time predicates.
-
-
Constructor Details
-
FieldWasClause
Constructs a validated instance ofFieldWasClause.- Parameters:
spec- the specification to process
-
FieldWasClause
@Internal public FieldWasClause(JqlQueryField field, JqlQueryClauseOperand operand, FieldWasClause.OperatorEnum operator, List<JqlQueryClauseTimePredicate> predicates) Constructs a validated instance ofFieldWasClause.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FieldWasClause(Consumer)instead.- Parameters:
field- fieldoperand- operandoperator- The operator between the field and operand.predicates- The list of time predicates.
-
FieldWasClause
protected FieldWasClause()
-
-
Method Details
-
builder
-
field
-
operand
-
operator
The operator between the field and operand. -
predicates
The list of time predicates. -
field
- Returns:
this.
-
operand
- Returns:
this.
-
operator
The operator between the field and operand.- Returns:
this.
-
predicates
The list of time predicates.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-