public class Games.Snapshots
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Games.Snapshots.Get |
class |
Games.Snapshots.List |
| Constructor and Description |
|---|
Games.Snapshots() |
| Modifier and Type | Method and Description |
|---|---|
Games.Snapshots.Get |
get(java.lang.String snapshotId)
Retrieves the metadata for a given snapshot ID.
|
Games.Snapshots.List |
list(java.lang.String playerId)
Retrieves a list of snapshots created by your application for the player corresponding to the
player ID.
|
public Games.Snapshots.Get get(java.lang.String snapshotId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.snapshotId - The ID of the snapshot.java.io.IOExceptionpublic Games.Snapshots.List list(java.lang.String playerId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.playerId - A player ID. A value of me may be used in place of the authenticated player's ID.java.io.IOException