| Package | Description |
|---|---|
| com.google.api.services.gamesManagement.model |
| Modifier and Type | Method and Description |
|---|---|
Player |
Player.clone() |
Player |
HiddenPlayer.getPlayer()
The player information.
|
Player |
Player.set(java.lang.String fieldName,
java.lang.Object value) |
Player |
Player.setAvatarImageUrl(java.lang.String avatarImageUrl)
The base URL for the image that represents the player.
|
Player |
Player.setBannerUrlLandscape(java.lang.String bannerUrlLandscape)
The url to the landscape mode player banner image.
|
Player |
Player.setBannerUrlPortrait(java.lang.String bannerUrlPortrait)
The url to the portrait mode player banner image.
|
Player |
Player.setDisplayName(java.lang.String displayName)
The name to display for the player.
|
Player |
Player.setExperienceInfo(GamesPlayerExperienceInfoResource experienceInfo)
An object to represent Play Game experience information for the player.
|
Player |
Player.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
Player |
Player.setLastPlayedWith(GamesPlayedResource lastPlayedWith)
Details about the last time this player played a multiplayer game with the currently
authenticated player.
|
Player |
Player.setName(Player.Name name)
An object representation of the individual components of the player's name.
|
Player |
Player.setOriginalPlayerId(java.lang.String originalPlayerId)
The player ID that was used for this player the first time they signed into the game in
question.
|
Player |
Player.setPlayerId(java.lang.String playerId)
The ID of the player.
|
Player |
Player.setProfileSettings(ProfileSettings profileSettings)
The player's profile settings.
|
Player |
Player.setTitle(java.lang.String title)
The player's title rewarded for their game activities.
|
| Modifier and Type | Method and Description |
|---|---|
HiddenPlayer |
HiddenPlayer.setPlayer(Player player)
The player information.
|