Klasse FunctionReferenceData
java.lang.Object
io.github.primelib.jira4j.restv2.model.FunctionReferenceData
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FunctionReferenceData
extends Object
FunctionReferenceData
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
Whether the function can take a list of arguments. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The display name of the function.protected FunctionReferenceData.IsListEnum
Whether the function can take a list of arguments.The data types returned by the function.protected String
The function identifier. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
FunctionReferenceData
(String displayName, FunctionReferenceData.IsListEnum isList, List<String> types, String value) Constructs a validated instance ofFunctionReferenceData
.Constructs a validated instance ofFunctionReferenceData
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
The display name of the function.displayName
(String displayName) The display name of the function.boolean
int
hashCode()
isList()
Whether the function can take a list of arguments.Whether the function can take a list of arguments.toString()
types()
The data types returned by the function.The data types returned by the function.value()
The function identifier.The function identifier.
-
Felddetails
-
displayName
The display name of the function. -
isList
Whether the function can take a list of arguments. -
types
The data types returned by the function. -
value
The function identifier.
-
-
Konstruktordetails
-
FunctionReferenceData
Constructs a validated instance ofFunctionReferenceData
.- Parameter:
spec
- the specification to process
-
FunctionReferenceData
@Internal public FunctionReferenceData(String displayName, FunctionReferenceData.IsListEnum isList, List<String> types, String value) Constructs a validated instance ofFunctionReferenceData
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
FunctionReferenceData(Consumer)
instead.- Parameter:
displayName
- The display name of the function.isList
- Whether the function can take a list of arguments.types
- The data types returned by the function.value
- The function identifier.
-
FunctionReferenceData
protected FunctionReferenceData()
-
-
Methodendetails
-
builder
-
displayName
The display name of the function. -
isList
Whether the function can take a list of arguments. -
types
The data types returned by the function. -
value
The function identifier. -
displayName
The display name of the function.- Gibt zurück:
this
.
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-