Klasse FunctionOperand
java.lang.Object
io.github.primelib.jira4j.restv2.model.FunctionOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FunctionOperand
extends Object
FunctionOperand
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofFunctionOperand
.FunctionOperand
(List<String> arguments, String encodedOperand, String function) Constructs a validated instance ofFunctionOperand
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe list of function arguments.The list of function arguments.builder()
protected boolean
Encoded operand, which can be used directly in a JQL query.encodedOperand
(String encodedOperand) Encoded operand, which can be used directly in a JQL query.boolean
function()
The name of the function.The name of the function.int
hashCode()
toString()
-
Felddetails
-
arguments
The list of function arguments. -
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
function
The name of the function.
-
-
Konstruktordetails
-
FunctionOperand
Constructs a validated instance ofFunctionOperand
.- Parameter:
spec
- the specification to process
-
FunctionOperand
Constructs a validated instance ofFunctionOperand
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FunctionOperand(Consumer)
instead.- Parameter:
arguments
- The list of function arguments.encodedOperand
- Encoded operand, which can be used directly in a JQL query.function
- The name of the function.
-
FunctionOperand
protected FunctionOperand()
-
-
Methodendetails
-
builder
-
arguments
The list of function arguments. -
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
function
The name of the function. -
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-