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