UserPickerUser class
A user found in a search.
Constructors
Properties
- accountId → String?
-
The account ID of the user, which uniquely identifies the user across all
Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
final
- avatarUrl → String?
-
The avatar URL of the user.
final
- displayName → String?
-
The display name of the user. Depending on the user’s privacy setting,
this may be returned as null.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- html → String?
-
The display name, email address, and key of the user with the matched
query string highlighted with the HTML bold tag.
final
- key → String?
-
This property is no longer available. See the
deprecation notice
for details.
final
- name → String?
-
This property is no longer available . See the
deprecation notice
for details.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? accountId, String? avatarUrl, String? displayName, String? html, String? key, String? name}) → UserPickerUser -
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