Class ValueOperand
java.lang.Object
io.github.primelib.jira4j.restv2.model.ValueOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ValueOperand
extends Object
ValueOperand
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ValueOperand
(String encodedValue, String value) Constructs a validated instance ofValueOperand
.ValueOperand
(Consumer<ValueOperand> spec) Constructs a validated instance ofValueOperand
. -
Method Summary
-
Field Details
-
encodedValue
Encoded value, which can be used directly in a JQL query. -
value
The operand value.
-
-
Constructor Details
-
ValueOperand
Constructs a validated instance ofValueOperand
.- Parameters:
spec
- the specification to process
-
ValueOperand
Constructs a validated instance ofValueOperand
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ValueOperand(Consumer)
instead.- Parameters:
encodedValue
- Encoded value, which can be used directly in a JQL query.value
- The operand value.
-
ValueOperand
protected ValueOperand()
-
-
Method Details
-
builder
-
encodedValue
Encoded value, which can be used directly in a JQL query. -
value
The operand value. -
encodedValue
Encoded value, which can be used directly in a JQL query.- Returns:
this
.
-
value
The operand value.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-