Klasse FieldWasClause
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldWasClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldWasClause
extends Object
FieldWasClause
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe operator between the field and operand. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected JqlQueryFieldprotected JqlQueryClauseOperandprotected FieldWasClause.OperatorEnumThe operator between the field and operand.protected List<JqlQueryClauseTimePredicate>The list of time predicates. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFieldWasClause(JqlQueryField field, JqlQueryClauseOperand operand, FieldWasClause.OperatorEnum operator, List<JqlQueryClauseTimePredicate> predicates) Constructs a validated instance ofFieldWasClause.FieldWasClause(Consumer<FieldWasClause> spec) Constructs a validated instance ofFieldWasClause. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()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()
-
Felddetails
-
field
-
operand
-
operator
The operator between the field and operand. -
predicates
The list of time predicates.
-
-
Konstruktordetails
-
FieldWasClause
Constructs a validated instance ofFieldWasClause.- Parameter:
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.- Parameter:
field- var.nameoperand- var.nameoperator- The operator between the field and operand.predicates- The list of time predicates.
-
FieldWasClause
protected FieldWasClause()
-
-
Methodendetails
-
builder
-
field
-
operand
-
operator
The operator between the field and operand. -
predicates
The list of time predicates. -
field
- Gibt zurück:
this.
-
operand
- Gibt zurück:
this.
-
operator
The operator between the field and operand.- Gibt zurück:
this.
-
predicates
The list of time predicates.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-