| Package | Description |
|---|---|
| com.google.gdata.data.youtube |
| Modifier and Type | Method and Description |
|---|---|
static YtGender.Value |
YtGender.Value.fromId(String id)
Returns the value corresponding to an id.
|
YtGender.Value |
YtGender.getGender()
Gets the gender.
|
YtGender.Value |
UserProfileEntry.getGender() |
static YtGender.Value |
YtGender.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YtGender.Value[] |
YtGender.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YtGender.setGender(YtGender.Value gender)
Sets the gender.
|
void |
UserProfileEntry.setGender(YtGender.Value gender) |
| Constructor and Description |
|---|
YtGender(YtGender.Value gender)
Creates a tag and initializes its content.
|
Copyright © 2012. All Rights Reserved.