| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.clone() |
Application |
Application.set(java.lang.String fieldName,
java.lang.Object value) |
Application |
Application.setAchievementCount(java.lang.Integer achievementCount)
The number of achievements visible to the currently authenticated player.
|
Application |
Application.setAssets(java.util.List<ImageAsset> assets)
The assets of the application.
|
Application |
Application.setAuthor(java.lang.String author)
The author of the application.
|
Application |
Application.setCategory(ApplicationCategory category)
The category of the application.
|
Application |
Application.setDescription(java.lang.String description)
The description of the application.
|
Application |
Application.setEnabledFeatures(java.util.List<java.lang.String> enabledFeatures)
A list of features that have been enabled for the application.
|
Application |
Application.setId(java.lang.String id)
The ID of the application.
|
Application |
Application.setInstances(java.util.List<Instance> instances)
The instances of the application.
|
Application |
Application.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
Application |
Application.setLastUpdatedTimestamp(java.lang.Long lastUpdatedTimestamp)
The last updated timestamp of the application.
|
Application |
Application.setLeaderboardCount(java.lang.Integer leaderboardCount)
The number of leaderboards visible to the currently authenticated player.
|
Application |
Application.setName(java.lang.String name)
The name of the application.
|
Application |
Application.setThemeColor(java.lang.String themeColor)
A hint to the client UI for what color to use as an app-themed color.
|