| Package | Description |
|---|---|
| io.gs2.quest.model | |
| io.gs2.quest.request |
| Modifier and Type | Method and Description |
|---|---|
static Contents |
Contents.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Contents |
Contents.withCompleteAcquireActions(List<AcquireAction> completeAcquireActions) |
Contents |
Contents.withMetadata(String metadata) |
Contents |
Contents.withWeight(Integer weight) |
| Modifier and Type | Method and Description |
|---|---|
List<Contents> |
QuestModelMaster.getContents() |
List<Contents> |
QuestModel.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuestModelMaster.setContents(List<Contents> contents) |
void |
QuestModel.setContents(List<Contents> contents) |
QuestModelMaster |
QuestModelMaster.withContents(List<Contents> contents) |
QuestModel |
QuestModel.withContents(List<Contents> contents) |
| Modifier and Type | Method and Description |
|---|---|
List<Contents> |
UpdateQuestModelMasterRequest.getContents() |
List<Contents> |
CreateQuestModelMasterRequest.getContents() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateQuestModelMasterRequest.setContents(List<Contents> contents) |
void |
CreateQuestModelMasterRequest.setContents(List<Contents> contents) |
UpdateQuestModelMasterRequest |
UpdateQuestModelMasterRequest.withContents(List<Contents> contents) |
CreateQuestModelMasterRequest |
CreateQuestModelMasterRequest.withContents(List<Contents> contents) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.