| Package | Description |
|---|---|
| io.gs2.showcase.domain.model | |
| io.gs2.showcase.model | |
| io.gs2.showcase.request |
| Modifier and Type | Method and Description |
|---|---|
DisplayItemMaster |
DisplayItemMasterDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static DisplayItemMaster |
DisplayItemMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
DisplayItemMaster |
DisplayItemMaster.withDisplayItemId(String displayItemId) |
DisplayItemMaster |
DisplayItemMaster.withSalesItemGroupName(String salesItemGroupName) |
DisplayItemMaster |
DisplayItemMaster.withSalesItemName(String salesItemName) |
DisplayItemMaster |
DisplayItemMaster.withSalesPeriodEventId(String salesPeriodEventId) |
DisplayItemMaster |
DisplayItemMaster.withType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<DisplayItemMaster> |
ShowcaseMaster.getDisplayItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShowcaseMaster.setDisplayItems(List<DisplayItemMaster> displayItems) |
ShowcaseMaster |
ShowcaseMaster.withDisplayItems(List<DisplayItemMaster> displayItems) |
| Modifier and Type | Method and Description |
|---|---|
List<DisplayItemMaster> |
UpdateShowcaseMasterRequest.getDisplayItems() |
List<DisplayItemMaster> |
CreateShowcaseMasterRequest.getDisplayItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateShowcaseMasterRequest.setDisplayItems(List<DisplayItemMaster> displayItems) |
void |
CreateShowcaseMasterRequest.setDisplayItems(List<DisplayItemMaster> displayItems) |
UpdateShowcaseMasterRequest |
UpdateShowcaseMasterRequest.withDisplayItems(List<DisplayItemMaster> displayItems) |
CreateShowcaseMasterRequest |
CreateShowcaseMasterRequest.withDisplayItems(List<DisplayItemMaster> displayItems) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.