Uses of Class
io.gs2.showcase.model.RandomDisplayItemModel
Packages that use RandomDisplayItemModel
-
Uses of RandomDisplayItemModel in io.gs2.showcase.model
Methods in io.gs2.showcase.model that return RandomDisplayItemModelModifier and TypeMethodDescriptionstatic RandomDisplayItemModelRandomDisplayItemModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) RandomDisplayItemModel.withAcquireActions(List<AcquireAction> acquireActions) RandomDisplayItemModel.withConsumeActions(List<ConsumeAction> consumeActions) RandomDisplayItemModel.withMetadata(String metadata) RandomDisplayItemModel.withWeight(Integer weight) Methods in io.gs2.showcase.model that return types with arguments of type RandomDisplayItemModelModifier and TypeMethodDescriptionRandomShowcase.getDisplayItems()RandomShowcaseMaster.getDisplayItems()Method parameters in io.gs2.showcase.model with type arguments of type RandomDisplayItemModelModifier and TypeMethodDescriptionvoidRandomShowcase.setDisplayItems(List<RandomDisplayItemModel> displayItems) voidRandomShowcaseMaster.setDisplayItems(List<RandomDisplayItemModel> displayItems) RandomShowcase.withDisplayItems(List<RandomDisplayItemModel> displayItems) RandomShowcaseMaster.withDisplayItems(List<RandomDisplayItemModel> displayItems) -
Uses of RandomDisplayItemModel in io.gs2.showcase.request
Methods in io.gs2.showcase.request that return types with arguments of type RandomDisplayItemModelModifier and TypeMethodDescriptionCreateRandomShowcaseMasterRequest.getDisplayItems()UpdateRandomShowcaseMasterRequest.getDisplayItems()Method parameters in io.gs2.showcase.request with type arguments of type RandomDisplayItemModelModifier and TypeMethodDescriptionvoidCreateRandomShowcaseMasterRequest.setDisplayItems(List<RandomDisplayItemModel> displayItems) voidUpdateRandomShowcaseMasterRequest.setDisplayItems(List<RandomDisplayItemModel> displayItems) CreateRandomShowcaseMasterRequest.withDisplayItems(List<RandomDisplayItemModel> displayItems) UpdateRandomShowcaseMasterRequest.withDisplayItems(List<RandomDisplayItemModel> displayItems)