| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Played |
Played.clone() |
Played |
Player.getLastPlayedWith()
Details about the last time this player played a multiplayer game with the currently
authenticated player.
|
Played |
Played.set(java.lang.String fieldName,
java.lang.Object value) |
Played |
Played.setAutoMatched(java.lang.Boolean autoMatched)
True if the player was auto-matched with the currently authenticated user.
|
Played |
Played.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
Played |
Played.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(Played lastPlayedWith)
Details about the last time this player played a multiplayer game with the currently
authenticated player.
|