JQLReferenceData class
Lists of JQL reference data.
Constructors
-
JQLReferenceData({List<
String> ? jqlReservedWords, List<FieldReferenceData> ? visibleFieldNames, List<FunctionReferenceData> ? visibleFunctionNames}) -
JQLReferenceData.fromJson(Map<
String, Object?> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jqlReservedWords
→ List<
String> -
List of JQL query reserved words.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
visibleFieldNames
→ List<
FieldReferenceData> -
List of fields usable in JQL queries.
final
-
visibleFunctionNames
→ List<
FunctionReferenceData> -
List of functions usable in JQL queries.
final
Methods
-
copyWith(
{List< String> ? jqlReservedWords, List<FieldReferenceData> ? visibleFieldNames, List<FunctionReferenceData> ? visibleFunctionNames}) → JQLReferenceData -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited