| Package | Description |
|---|---|
| io.gs2.quest.domain.iterator | |
| io.gs2.quest.domain.model | |
| io.gs2.quest.model | |
| io.gs2.quest.result |
| Modifier and Type | Method and Description |
|---|---|
QuestModel |
DescribeQuestModelsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<QuestModel> |
DescribeQuestModelsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
QuestModel |
QuestModelDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static QuestModel |
QuestModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
QuestModel |
QuestModel.withChallengePeriodEventId(String challengePeriodEventId) |
QuestModel |
QuestModel.withConsumeActions(List<ConsumeAction> consumeActions) |
QuestModel |
QuestModel.withContents(List<Contents> contents) |
QuestModel |
QuestModel.withFailedAcquireActions(List<AcquireAction> failedAcquireActions) |
QuestModel |
QuestModel.withMetadata(String metadata) |
QuestModel |
QuestModel.withName(String name) |
QuestModel |
QuestModel.withPremiseQuestNames(List<String> premiseQuestNames) |
QuestModel |
QuestModel.withQuestModelId(String questModelId) |
| Modifier and Type | Method and Description |
|---|---|
List<QuestModel> |
QuestGroupModel.getQuests() |
| Modifier and Type | Method and Description |
|---|---|
int |
QuestModel.compareTo(QuestModel o) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestGroupModel.setQuests(List<QuestModel> quests) |
QuestGroupModel |
QuestGroupModel.withQuests(List<QuestModel> quests) |
| Modifier and Type | Method and Description |
|---|---|
QuestModel |
GetQuestModelResult.getItem() |
QuestModel |
GetProgressResult.getQuest() |
QuestModel |
GetProgressByUserIdResult.getQuest() |
| Modifier and Type | Method and Description |
|---|---|
List<QuestModel> |
DescribeQuestModelsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetQuestModelResult.setItem(QuestModel item) |
void |
GetProgressResult.setQuest(QuestModel quest) |
void |
GetProgressByUserIdResult.setQuest(QuestModel quest) |
GetQuestModelResult |
GetQuestModelResult.withItem(QuestModel item) |
GetProgressResult |
GetProgressResult.withQuest(QuestModel quest) |
GetProgressByUserIdResult |
GetProgressByUserIdResult.withQuest(QuestModel quest) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeQuestModelsResult.setItems(List<QuestModel> items) |
DescribeQuestModelsResult |
DescribeQuestModelsResult.withItems(List<QuestModel> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.