|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Gender | |
---|---|
com.jakewharton.trakt.entities | Immutable POJOs which provide native object representation of the JSON returned by remote API calls. |
com.jakewharton.trakt.enumerations | All Trakt-defined enumerations which are used both in request responses as well as building remote requests. |
Uses of Gender in com.jakewharton.trakt.entities |
---|
Methods in com.jakewharton.trakt.entities that return Gender | |
---|---|
Gender |
UserProfile.getGender()
|
Uses of Gender in com.jakewharton.trakt.enumerations |
---|
Methods in com.jakewharton.trakt.enumerations that return Gender | |
---|---|
static Gender |
Gender.fromValue(String value)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |