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