Package | Description |
---|---|
com.scvngr.levelup.core.model |
Modifier and Type | Method and Description |
---|---|
static User.Gender |
User.Gender.forString(String genderString) |
User.Gender |
User.getGender()
The user's gender.
|
static User.Gender |
User.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.Gender[] |
User.Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
User.UserBuilder |
User.UserBuilder.gender(User.Gender gender) |
Constructor and Description |
---|
User(String bornAt,
boolean isConnectedToFacebook,
Map<String,String> customAttributes,
boolean isDebitCardOnly,
String email,
String firstName,
User.Gender gender,
MonetaryValue globalCredit,
Long id,
String lastName,
int merchantsVisitedCount,
int ordersCount,
String termsAcceptedAt,
MonetaryValue totalSavings) |