Class FieldValueClause
java.lang.Object
io.github.primelib.jira4j.restv2.model.FieldValueClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldValueClause
extends Object
FieldValueClause
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe operator between the field and operand. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JqlQueryFieldprotected JqlQueryClauseOperandprotected FieldValueClause.OperatorEnumThe operator between the field and operand. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFieldValueClause(JqlQueryField field, JqlQueryClauseOperand operand, FieldValueClause.OperatorEnum operator) Constructs a validated instance ofFieldValueClause.Constructs a validated instance ofFieldValueClause. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanfield()field(JqlQueryField field) inthashCode()operand()operand(JqlQueryClauseOperand operand) operator()The operator between the field and operand.operator(FieldValueClause.OperatorEnum operator) The operator between the field and operand.toString()
-
Field Details
-
field
-
operand
-
operator
The operator between the field and operand.
-
-
Constructor Details
-
FieldValueClause
Constructs a validated instance ofFieldValueClause.- Parameters:
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.- Parameters:
field- fieldoperand- operandoperator- The operator between the field and operand.
-
FieldValueClause
protected FieldValueClause()
-
-
Method Details
-
builder
-
field
-
operand
-
operator
The operator between the field and operand. -
field
- Returns:
this.
-
operand
- Returns:
this.
-
operator
The operator between the field and operand.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-