Uses of Class
io.gs2.quest.model.Contents
Packages that use Contents
-
Uses of Contents in io.gs2.quest.model
Methods in io.gs2.quest.model that return ContentsModifier and TypeMethodDescriptionstatic ContentsContents.fromJson(com.fasterxml.jackson.databind.JsonNode data) Contents.withCompleteAcquireActions(List<AcquireAction> completeAcquireActions) Contents.withMetadata(String metadata) Contents.withWeight(Integer weight) Methods in io.gs2.quest.model that return types with arguments of type ContentsMethod parameters in io.gs2.quest.model with type arguments of type ContentsModifier and TypeMethodDescriptionvoidQuestModel.setContents(List<Contents> contents) voidQuestModelMaster.setContents(List<Contents> contents) QuestModel.withContents(List<Contents> contents) QuestModelMaster.withContents(List<Contents> contents) -
Uses of Contents in io.gs2.quest.request
Methods in io.gs2.quest.request that return types with arguments of type ContentsModifier and TypeMethodDescriptionCreateQuestModelMasterRequest.getContents()UpdateQuestModelMasterRequest.getContents()Method parameters in io.gs2.quest.request with type arguments of type ContentsModifier and TypeMethodDescriptionvoidCreateQuestModelMasterRequest.setContents(List<Contents> contents) voidUpdateQuestModelMasterRequest.setContents(List<Contents> contents) CreateQuestModelMasterRequest.withContents(List<Contents> contents) UpdateQuestModelMasterRequest.withContents(List<Contents> contents)