@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class UserDetails extends Object
| Constructor and Description |
|---|
UserDetails() |
| Modifier and Type | Method and Description |
|---|---|
UserDetails |
accountId(String accountId) |
boolean |
equals(Object o) |
String |
getAccountId()
The account ID of the user, which uniquely identifies the user across all Atlassian products.
|
String |
getAccountType()
The type of account represented by this user.
|
Boolean |
getActive()
Whether the user is active.
|
AvatarUrlsBean |
getAvatarUrls()
The avatars of the user.
|
String |
getDisplayName()
The display name of the user.
|
String |
getEmailAddress()
The email address of the user.
|
String |
getKey()
This property is no longer available and will be removed from the documentation soon.
|
String |
getName()
This property is no longer available and will be removed from the documentation soon.
|
String |
getSelf()
The URL of the user.
|
String |
getTimeZone()
The time zone specified in the user's profile.
|
int |
hashCode() |
void |
setAccountId(String accountId) |
String |
toString() |
public UserDetails accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public String getAccountType()
public Boolean getActive()
public AvatarUrlsBean getAvatarUrls()
public String getDisplayName()
public String getEmailAddress()
public String getKey()
public String getName()
public String getSelf()
public String getTimeZone()
Copyright © 2011–2023 Everit Kft.. All rights reserved.