@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+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 String getSelf()
public String getName()
public String getKey()
public UserDetails accountId(String accountId)
public String getAccountId()
public void setAccountId(String accountId)
public String getEmailAddress()
public AvatarUrlsBean getAvatarUrls()
public String getDisplayName()
public Boolean getActive()
public String getTimeZone()
public String getAccountType()
Copyright © 2011–2021 Everit Kft.. All rights reserved.