| Package | Description |
|---|---|
| com.google.api.services.gamesManagement.model |
| Modifier and Type | Method and Description |
|---|---|
GamesPlayedResource |
GamesPlayedResource.clone() |
GamesPlayedResource |
Player.getLastPlayedWith()
Details about the last time this player played a multiplayer game with the currently
authenticated player.
|
GamesPlayedResource |
GamesPlayedResource.set(java.lang.String fieldName,
java.lang.Object value) |
GamesPlayedResource |
GamesPlayedResource.setAutoMatched(java.lang.Boolean autoMatched)
True if the player was auto-matched with the currently authenticated user.
|
GamesPlayedResource |
GamesPlayedResource.setTimeMillis(java.lang.Long timeMillis)
The last time the player played the game in milliseconds since the epoch in UTC.
|
| Modifier and Type | Method and Description |
|---|---|
Player |
Player.setLastPlayedWith(GamesPlayedResource lastPlayedWith)
Details about the last time this player played a multiplayer game with the currently
authenticated player.
|