Klasse FunctionReferenceData.FunctionReferenceDataBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.FunctionReferenceData.FunctionReferenceDataBuilder
- Umschließende Klasse:
FunctionReferenceData
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
displayName
(String displayName) The display name of the function.Whether the function can take a list of arguments.toString()
The data types returned by the function.The function identifier.
-
Methodendetails
-
displayName
The display name of the function.- Gibt zurück:
this
.
-
isList
public FunctionReferenceData.FunctionReferenceDataBuilder isList(FunctionReferenceData.IsListEnum isList) Whether the function can take a list of arguments.- Gibt zurück:
this
.
-
types
The data types returned by the function.- Gibt zurück:
this
.
-
value
The function identifier.- Gibt zurück:
this
.
-
build
-
toString
-