Klasse JqlQueryUnitaryOperand
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryUnitaryOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryUnitaryOperand
extends Object
JqlQueryUnitaryOperand
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe keyword that is the operand value. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJqlQueryUnitaryOperand(String encodedValue, String value, List<String> arguments, String encodedOperand, String function, JqlQueryUnitaryOperand.KeywordEnum keyword) Constructs a validated instance ofJqlQueryUnitaryOperand.Constructs a validated instance ofJqlQueryUnitaryOperand. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe 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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
JqlQueryUnitaryOperand
Constructs a validated instance ofJqlQueryUnitaryOperand.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this.
-
value
The operand value.- Gibt zurück:
this.
-
arguments
The list of function arguments.- Gibt zurück:
this.
-
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Gibt zurück:
this.
-
function
The name of the function.- Gibt zurück:
this.
-
keyword
The keyword that is the operand value.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-