public class UserWriteBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
UserWriteBean.Builder
Used to aid in the construction of an Immutable User object.
|
Constructor and Description |
---|
UserWriteBean(String self,
String key,
String name,
String password,
String emailAddress,
String displayName,
String notification,
Boolean active,
List<String> applicationKeys) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getApplicationKeys() |
String |
getDisplayName() |
String |
getEmailAddress() |
String |
getKey() |
String |
getName() |
String |
getNotification() |
String |
getPassword() |
String |
getSelf() |
Boolean |
isActive() |
public String getSelf()
public String getKey()
public String getName()
public String getPassword()
public String getEmailAddress()
public String getDisplayName()
public String getNotification()
public Boolean isActive()
Copyright © 2002-2021 Atlassian. All Rights Reserved.