Class ListOperand
java.lang.Object
io.github.primelib.jira4j.restv2.model.ListOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ListOperand
extends Object
ListOperand
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringEncoded operand, which can be used directly in a JQL query.protected List<JqlQueryUnitaryOperand>The list of operand values. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedListOperand(String encodedOperand, List<JqlQueryUnitaryOperand> values) Constructs a validated instance ofListOperand.ListOperand(Consumer<ListOperand> spec) Constructs a validated instance ofListOperand. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanEncoded operand, which can be used directly in a JQL query.encodedOperand(String encodedOperand) Encoded operand, which can be used directly in a JQL query.booleaninthashCode()toString()values()The list of operand values.values(List<JqlQueryUnitaryOperand> values) The list of operand values.
-
Field Details
-
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
values
The list of operand values.
-
-
Constructor Details
-
ListOperand
Constructs a validated instance ofListOperand.- Parameters:
spec- the specification to process
-
ListOperand
Constructs a validated instance ofListOperand.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ListOperand(Consumer)instead.- Parameters:
encodedOperand- Encoded operand, which can be used directly in a JQL query.values- The list of operand values.
-
ListOperand
protected ListOperand()
-
-
Method Details
-
builder
-
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
values
The list of operand values. -
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Returns:
this.
-
values
The list of operand values.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-