UserBean class

Constructors

UserBean({String? accountId, bool? active, UserBeanAvatarUrls? avatarUrls, String? displayName, String? key, String? name, String? self})
UserBean.fromJson(Map<String, Object?> json)
factory

Properties

accountId String?
The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
final
active bool
Whether the user is active.
final
avatarUrls UserBeanAvatarUrls?
The avatars of the user.
final
displayName String?
The display name of the user. Depending on the user’s privacy setting, this may return an alternative value.
final
hashCode int
The hash code for this object.
no setterinherited
key String?
This property is deprecated in favor of accountId because of privacy changes. See the migration guide for details. The key of the user.
final
name String?
This property is deprecated in favor of accountId because of privacy changes. See the migration guide for details. The username of the user.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of the user.
final

Methods

copyWith({String? accountId, bool? active, UserBeanAvatarUrls? avatarUrls, String? displayName, String? key, String? name, String? self}) UserBean
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