JqlQueryField class
A field used in a JQL query. See Advanced searching - fields reference for more information about fields in JQL queries.
Constructors
-
JqlQueryField({String? encodedName, required String name, List<
JqlQueryFieldEntityProperty> ? property}) -
JqlQueryField.fromJson(Map<
String, Object?> json) -
factory
Properties
- encodedName → String?
-
The encoded name of the field, which can be used directly in a JQL query.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
The name of the field.
final
-
property
→ List<
JqlQueryFieldEntityProperty> -
When the field refers to a value in an entity property, details of the
entity property value.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? encodedName, String? name, List< JqlQueryFieldEntityProperty> ? property}) → JqlQueryField -
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