| Package | Description |
|---|---|
| org.juiser.model |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePhone |
| Modifier and Type | Method and Description |
|---|---|
Phone |
User.getPhone() |
Phone |
ResolvingUser.getPhone() |
Phone |
ImmutableUser.getPhone() |
| Modifier and Type | Method and Description |
|---|---|
UserBuilder |
UserBuilder.setPhone(Phone phone) |
| Constructor and Description |
|---|
ImmutableUser(boolean authenticated,
String href,
String id,
String name,
String givenName,
String familyName,
String middleName,
String nickname,
String username,
URL profile,
URL picture,
URL website,
String email,
boolean emailVerified,
String gender,
java.time.LocalDate birthdate,
TimeZone zoneInfo,
Locale locale,
Phone phone,
java.time.ZonedDateTime createdAt,
java.time.ZonedDateTime updatedAt) |
Copyright © 2017. All rights reserved.