| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.api.userprofile |
| Modifier and Type | Method and Description |
|---|---|
Gender |
FacebookUserProfile.getGender()
Gets the
FacebookUserProfile.gender. |
static Gender |
Gender.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FacebookUserProfile.setGender(Gender gender)
Sets the
FacebookUserProfile.gender. |
Copyright © 2017 BotMill. All rights reserved.