FieldDetails class
Details about a field.
Constructors
-
FieldDetails({List<
String> ? clauseNames, bool? custom, String? id, String? key, String? name, bool? orderable, JsonTypeBean? schema, Scope? scope, bool? searchable}) -
FieldDetails.fromJson(Map<
String, Object?> json) -
factory
Properties
-
clauseNames
→ List<
String> -
The names that can be used to reference the field in an advanced search.
For more information, see
Advanced searching - fields reference.
final
- custom → bool
-
Whether the field is a custom field.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the field.
final
- key → String?
-
The key of the field.
final
- name → String?
-
The name of the field.
final
-
Whether the field can be used as a column on the issue navigator.
final
- orderable → bool
-
Whether the content of the field can be used to order lists.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schema → JsonTypeBean?
-
The data schema for the field.
final
- scope → Scope?
-
The scope of the field.
final
- searchable → bool
-
Whether the content of the field can be searched.
final
Methods
-
copyWith(
{List< String> ? clauseNames, bool? custom, String? id, String? key, String? name, bool? orderable, JsonTypeBean? schema, Scope? scope, bool? searchable}) → FieldDetails -
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