@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class User extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
User.AccountTypeEnum
The user account type.
|
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
User |
accountId(String accountId) |
boolean |
equals(Object o) |
String |
getAccountId()
The account ID of the user, which uniquely identifies the user across all Atlassian products.
|
User.AccountTypeEnum |
getAccountType()
The user account type.
|
Boolean |
getActive()
Whether the user is active.
|
SimpleListWrapperApplicationRole |
getApplicationRoles()
The application roles the user is assigned to.
|
AvatarUrlsBean |
getAvatarUrls()
The avatars of the user.
|
String |
getDisplayName()
The display name of the user.
|
String |
getEmailAddress()
The email address of the user.
|
String |
getExpand()
Expand options that include additional user details in the response.
|
SimpleListWrapperGroupName |
getGroups()
The groups that the user belongs to.
|
String |
getKey()
This property is no longer available and will be removed from the documentation soon.
|
String |
getLocale()
The locale of the user.
|
String |
getName()
This property is no longer available and will be removed from the documentation soon.
|
URI |
getSelf()
The URL of the user.
|
String |
getTimeZone()
The time zone specified in the user's profile.
|
int |
hashCode() |
User |
key(String key) |
User |
name(String name) |
void |
setAccountId(String accountId) |
void |
setKey(String key) |
void |
setName(String name) |
String |
toString() |
public String getAccountId()
public void setAccountId(String accountId)
public User.AccountTypeEnum getAccountType()
public Boolean getActive()
public SimpleListWrapperApplicationRole getApplicationRoles()
public AvatarUrlsBean getAvatarUrls()
public String getDisplayName()
public String getEmailAddress()
public String getExpand()
public SimpleListWrapperGroupName getGroups()
public String getKey()
public void setKey(String key)
public String getLocale()
public String getName()
public void setName(String name)
public URI getSelf()
public String getTimeZone()
Copyright © 2011–2023 Everit Kft.. All rights reserved.