Class FunctionReferenceData.FunctionReferenceDataBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.FunctionReferenceData.FunctionReferenceDataBuilder
- Enclosing class:
- FunctionReferenceData
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
displayName
(String displayName) The display name of the function.Whether the function can take a list of arguments.supportsListAndSingleValueOperators
(FunctionReferenceData.SupportsListAndSingleValueOperatorsEnum supportsListAndSingleValueOperators) Whether the function supports both single and list value operators.toString()
The data types returned by the function.The function identifier.
-
Method Details
-
displayName
The display name of the function.- Returns:
this
.
-
isList
public FunctionReferenceData.FunctionReferenceDataBuilder isList(FunctionReferenceData.IsListEnum isList) Whether the function can take a list of arguments.- Returns:
this
.
-
supportsListAndSingleValueOperators
public FunctionReferenceData.FunctionReferenceDataBuilder supportsListAndSingleValueOperators(FunctionReferenceData.SupportsListAndSingleValueOperatorsEnum supportsListAndSingleValueOperators) Whether the function supports both single and list value operators.- Returns:
this
.
-
types
The data types returned by the function.- Returns:
this
.
-
value
The function identifier.- Returns:
this
.
-
build
-
toString
-