| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Player.Name |
Player.Name.clone() |
Player.Name |
Player.getName()
An object representation of the individual components of the player's name.
|
Player.Name |
Player.Name.set(java.lang.String fieldName,
java.lang.Object value) |
Player.Name |
Player.Name.setFamilyName(java.lang.String familyName)
The family name of this player.
|
Player.Name |
Player.Name.setGivenName(java.lang.String givenName)
The given name of this player.
|
| Modifier and Type | Method and Description |
|---|---|
Player |
Player.setName(Player.Name name)
An object representation of the individual components of the player's name.
|