Class JqlQueryUnitaryOperand
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryUnitaryOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryUnitaryOperand
extends Object
JqlQueryUnitaryOperand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe keyword that is the operand value. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of function arguments.protected StringEncoded operand, which can be used directly in a JQL query.protected StringEncoded value, which can be used directly in a JQL query.protected StringThe name of the function.protected JqlQueryUnitaryOperand.KeywordEnumThe keyword that is the operand value.protected StringThe operand value. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJqlQueryUnitaryOperand(String encodedValue, String value, List<String> arguments, String encodedOperand, String function, JqlQueryUnitaryOperand.KeywordEnum keyword) Constructs a validated instance ofJqlQueryUnitaryOperand.Constructs a validated instance ofJqlQueryUnitaryOperand. -
Method Summary
Modifier and TypeMethodDescriptionThe list of function arguments.The list of function arguments.builder()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.Encoded value, which can be used directly in a JQL query.encodedValue(String encodedValue) Encoded value, which can be used directly in a JQL query.booleanfunction()The name of the function.The name of the function.inthashCode()keyword()The keyword that is the operand value.The keyword that is the operand value.toString()value()The operand value.The operand value.
-
Field Details
-
encodedValue
Encoded value, which can be used directly in a JQL query. -
value
The operand value. -
arguments
The list of function arguments. -
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
function
The name of the function. -
keyword
The keyword that is the operand value.
-
-
Constructor Details
-
JqlQueryUnitaryOperand
Constructs a validated instance ofJqlQueryUnitaryOperand.- Parameters:
spec- the specification to process
-
JqlQueryUnitaryOperand
@Internal public JqlQueryUnitaryOperand(String encodedValue, String value, List<String> arguments, String encodedOperand, String function, JqlQueryUnitaryOperand.KeywordEnum keyword) Constructs a validated instance ofJqlQueryUnitaryOperand.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlQueryUnitaryOperand(Consumer)instead.- Parameters:
encodedValue- Encoded value, which can be used directly in a JQL query.value- The operand value.arguments- The list of function arguments.encodedOperand- Encoded operand, which can be used directly in a JQL query.function- The name of the function.keyword- The keyword that is the operand value.
-
JqlQueryUnitaryOperand
protected JqlQueryUnitaryOperand()
-
-
Method Details
-
builder
-
encodedValue
Encoded value, which can be used directly in a JQL query. -
value
The operand value. -
arguments
The list of function arguments. -
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
function
The name of the function. -
keyword
The keyword that is the operand value. -
encodedValue
Encoded value, which can be used directly in a JQL query.- Returns:
this.
-
value
The operand value.- Returns:
this.
-
arguments
The list of function arguments.- Returns:
this.
-
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Returns:
this.
-
function
The name of the function.- Returns:
this.
-
keyword
The keyword that is the operand value.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-