public class UserMini extends UserBase
| Modifier and Type | Class and Description |
|---|---|
static class |
UserMini.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
login
The primary email address of this user.
|
protected String |
name
The display name of this user.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UserMini(String id) |
protected |
UserMini(UserMini.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLogin() |
String |
getName() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected UserMini(UserMini.Builder builder)