| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
QuestCriterion |
QuestCriterion.clone() |
QuestCriterion |
QuestCriterion.set(String fieldName,
Object value) |
QuestCriterion |
QuestCriterion.setCompletionContribution(QuestContribution completionContribution)
The total number of times the associated event must be incremented for the player to complete
this quest.
|
QuestCriterion |
QuestCriterion.setCurrentContribution(QuestContribution currentContribution)
The number of increments the player has made toward the completion count event increments
required to complete the quest.
|
QuestCriterion |
QuestCriterion.setEventId(String eventId)
The ID of the event the criterion corresponds to.
|
QuestCriterion |
QuestCriterion.setInitialPlayerProgress(QuestContribution initialPlayerProgress)
The value of the event associated with this quest at the time that the quest was accepted.
|
QuestCriterion |
QuestCriterion.setKind(String kind)
Uniquely identifies the type of this resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuestCriterion> |
QuestMilestone.getCriteria()
The criteria of the milestone.
|
| Modifier and Type | Method and Description |
|---|---|
QuestMilestone |
QuestMilestone.setCriteria(List<QuestCriterion> criteria)
The criteria of the milestone.
|