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