Klasse FunctionReferenceData
java.lang.Object
io.github.primelib.jira4j.restv3.model.FunctionReferenceData
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FunctionReferenceData
extends Object
FunctionReferenceData
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumWhether the function can take a list of arguments.static enumWhether the function supports both single and list value operators. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe display name of the function.protected FunctionReferenceData.IsListEnumWhether the function can take a list of arguments.Whether the function supports both single and list value operators.The data types returned by the function.protected StringThe function identifier. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFunctionReferenceData(String displayName, FunctionReferenceData.IsListEnum isList, FunctionReferenceData.SupportsListAndSingleValueOperatorsEnum supportsListAndSingleValueOperators, List<String> types, String value) Constructs a validated instance ofFunctionReferenceData.Constructs a validated instance ofFunctionReferenceData. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanThe display name of the function.displayName(String displayName) The display name of the function.booleaninthashCode()isList()Whether the function can take a list of arguments.Whether the function can take a list of arguments.Whether the function supports both single and list value operators.supportsListAndSingleValueOperators(FunctionReferenceData.SupportsListAndSingleValueOperatorsEnum supportsListAndSingleValueOperators) Whether the function supports both single and list value operators.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. -
supportsListAndSingleValueOperators
protected FunctionReferenceData.SupportsListAndSingleValueOperatorsEnum supportsListAndSingleValueOperatorsWhether the function supports both single and list value operators. -
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, FunctionReferenceData.SupportsListAndSingleValueOperatorsEnum supportsListAndSingleValueOperators, 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.supportsListAndSingleValueOperators- Whether the function supports both single and list value operators.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. -
supportsListAndSingleValueOperators
public FunctionReferenceData.SupportsListAndSingleValueOperatorsEnum supportsListAndSingleValueOperators()Whether the function supports both single and list value operators. -
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.
-
supportsListAndSingleValueOperators
public FunctionReferenceData supportsListAndSingleValueOperators(FunctionReferenceData.SupportsListAndSingleValueOperatorsEnum supportsListAndSingleValueOperators) Whether the function supports both single and list value operators.- 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
-