public class User extends Object
| Constructor and Description |
|---|
User(String name,
String emailAddress,
long id,
String displayName,
boolean active,
String slug,
String type,
String directoryName,
boolean deletable,
Date lastAuthenticationTimestamp,
boolean mutableDetails,
boolean mutableGroups,
String selfUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectoryName() |
String |
getDisplayName() |
String |
getEmailAddress() |
long |
getId() |
Date |
getLastAuthenticationTimestamp() |
String |
getName() |
String |
getSelfUrl() |
String |
getSlug() |
String |
getType() |
boolean |
isActive() |
boolean |
isDeletable() |
boolean |
isMutableDetails() |
boolean |
isMutableGroups() |
String |
toString() |
public User(@Nonnull String name, @Nullable String emailAddress, long id, @Nonnull String displayName, boolean active, @Nonnull String slug, @Nonnull String type, @Nullable String directoryName, boolean deletable, @Nullable Date lastAuthenticationTimestamp, boolean mutableDetails, boolean mutableGroups, @Nullable String selfUrl)
public String getName()
public long getId()
public String getDisplayName()
public boolean isActive()
public String getSlug()
public String getType()
public boolean isDeletable()
public boolean isMutableDetails()
public boolean isMutableGroups()
public String getSelfUrl()
Copyright © 2020 Atlassian. All rights reserved.