NewUserDetails class

The user details.

Constructors

NewUserDetails({List<String>? applicationKeys, String? displayName, required String emailAddress, String? key, String? name, String? password, List<String>? products, String? self})
NewUserDetails.fromJson(Map<String, Object?> json)
factory

Properties

applicationKeys List<String>
Deprecated, do not use.
final
displayName String?
This property is no longer available. If the user has an Atlassian account, their display name is not changed. If the user does not have an Atlassian account, they are sent an email asking them set up an account.
final
emailAddress String
The email address for the user.
final
hashCode int
The hash code for this object.
no setterinherited
key String?
This property is no longer available. See the migration guide for details.
final
name String?
This property is no longer available. See the migration guide for details.
final
password String?
This property is no longer available. If the user has an Atlassian account, their password is not changed. If the user does not have an Atlassian account, they are sent an email asking them set up an account.
final
products List<String>
Products the new user has access to. Valid products are: jira-core, jira-servicedesk, jira-product-discovery, jira-software. If left empty, the user will get default product access. To create a user without product access, set this field to be an empty array.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of the user.
final

Methods

copyWith({List<String>? applicationKeys, String? displayName, String? emailAddress, String? key, String? name, String? password, List<String>? products, String? self}) NewUserDetails
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