| Package | Description |
|---|---|
| com.google.api.services.games.model |
| Modifier and Type | Method and Description |
|---|---|
QuestContribution |
QuestContribution.clone() |
QuestContribution |
QuestCriterion.getCompletionContribution()
The total number of times the associated event must be incremented for the player to complete
this quest.
|
QuestContribution |
QuestCriterion.getCurrentContribution()
The number of increments the player has made toward the completion count event increments
required to complete the quest.
|
QuestContribution |
QuestCriterion.getInitialPlayerProgress()
The value of the event associated with this quest at the time that the quest was accepted.
|
QuestContribution |
QuestContribution.set(java.lang.String fieldName,
java.lang.Object value) |
QuestContribution |
QuestContribution.setFormattedValue(java.lang.String formattedValue)
The formatted value of the contribution as a string.
|
QuestContribution |
QuestContribution.setKind(java.lang.String kind)
Uniquely identifies the type of this resource.
|
QuestContribution |
QuestContribution.setValue(java.lang.Long value)
The value of the contribution.
|
| Modifier and Type | Method and Description |
|---|---|
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.setInitialPlayerProgress(QuestContribution initialPlayerProgress)
The value of the event associated with this quest at the time that the quest was accepted.
|