| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
SnapshotImage |
SnapshotImage.clone() |
SnapshotImage |
Snapshot.getCoverImage()
The cover image of this snapshot.
|
SnapshotImage |
SnapshotImage.set(java.lang.String fieldName,
java.lang.Object value) |
SnapshotImage |
SnapshotImage.setHeight(java.lang.Integer height)
The height of the image.
|
SnapshotImage |
SnapshotImage.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
SnapshotImage |
SnapshotImage.setMimeType(java.lang.String mimeType)
The MIME type of the image.
|
SnapshotImage |
SnapshotImage.setUrl(java.lang.String url)
The URL of the image.
|
SnapshotImage |
SnapshotImage.setWidth(java.lang.Integer width)
The width of the image.
|
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.setCoverImage(SnapshotImage coverImage)
The cover image of this snapshot.
|