Class FunctionOperand
java.lang.Object
io.github.primelib.jira4j.restv2.model.FunctionOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FunctionOperand
extends Object
FunctionOperand
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofFunctionOperand.FunctionOperand(List<String> arguments, String encodedOperand, String function) Constructs a validated instance ofFunctionOperand. -
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.booleanfunction()The name of the function.The name of the function.inthashCode()toString()
-
Field Details
-
arguments
The list of function arguments. -
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
function
The name of the function.
-
-
Constructor Details
-
FunctionOperand
Constructs a validated instance ofFunctionOperand.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this.
-
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Returns:
this.
-
function
The name of the function.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-