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,
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() |
Copyright © 2002-2019 Atlassian. All Rights Reserved.