| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
Quest |
Quest.clone() |
Quest |
Quest.set(java.lang.String fieldName,
java.lang.Object value) |
Quest |
Quest.setAcceptedTimestampMillis(java.lang.Long acceptedTimestampMillis)
The timestamp at which the user accepted the quest in milliseconds since the epoch in UTC.
|
Quest |
Quest.setApplicationId(java.lang.String applicationId)
The ID of the application this quest is part of.
|
Quest |
Quest.setBannerUrl(java.lang.String bannerUrl)
The banner image URL for the quest.
|
Quest |
Quest.setDescription(java.lang.String description)
The description of the quest.
|
Quest |
Quest.setEndTimestampMillis(java.lang.Long endTimestampMillis)
The timestamp at which the quest ceases to be active in milliseconds since the epoch in UTC.
|
Quest |
Quest.setIconUrl(java.lang.String iconUrl)
The icon image URL for the quest.
|
Quest |
Quest.setId(java.lang.String id)
The ID of the quest.
|
Quest |
Quest.setIsDefaultBannerUrl(java.lang.Boolean isDefaultBannerUrl)
Indicates whether the banner image being returned is a default image, or is game-provided.
|
Quest |
Quest.setIsDefaultIconUrl(java.lang.Boolean isDefaultIconUrl)
Indicates whether the icon image being returned is a default image, or is game-provided.
|
Quest |
Quest.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
Quest |
Quest.setLastUpdatedTimestampMillis(java.lang.Long lastUpdatedTimestampMillis)
The timestamp at which the quest was last updated by the user in milliseconds since the epoch
in UTC.
|
Quest |
Quest.setMilestones(java.util.List<QuestMilestone> milestones)
The quest milestones.
|
Quest |
Quest.setName(java.lang.String name)
The name of the quest.
|
Quest |
Quest.setNotifyTimestampMillis(java.lang.Long notifyTimestampMillis)
The timestamp at which the user should be notified that the quest will end soon in milliseconds
since the epoch in UTC.
|
Quest |
Quest.setStartTimestampMillis(java.lang.Long startTimestampMillis)
The timestamp at which the quest becomes active in milliseconds since the epoch in UTC.
|
Quest |
Quest.setState(java.lang.String state)
The state of the quest.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Quest> |
QuestListResponse.getItems()
The quests.
|
| Modifier and Type | Method and Description |
|---|---|
QuestListResponse |
QuestListResponse.setItems(java.util.List<Quest> items)
The quests.
|