CustomFieldDefinitionJsonBean class

Constructors

CustomFieldDefinitionJsonBean({String? description, required String name, CustomFieldDefinitionJsonBeanSearcherKey? searcherKey, required String type})
CustomFieldDefinitionJsonBean.fromJson(Map<String, Object?> json)
factory

Properties

description String?
The description of the custom field, which is displayed in Jira.
final
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the custom field, which is displayed in Jira. This is not the unique identifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searcherKey CustomFieldDefinitionJsonBeanSearcherKey?
The searcher defines the way the field is searched in Jira. For example, com.atlassian.jira.plugin.system.customfieldtypes:grouppickersearcher. The search UI (basic search and JQL search) will display different operations and values for the field, based on the field searcher. You must specify a searcher that is valid for the field type, as listed below (abbreviated values shown):
final
type String
The type of the custom field. These built-in custom field types are available:
final

Methods

copyWith({String? description, String? name, CustomFieldDefinitionJsonBeanSearcherKey? searcherKey, String? type}) CustomFieldDefinitionJsonBean
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