| Package | Description |
|---|---|
| io.gs2.showcase.domain.model | |
| io.gs2.showcase.model |
| Modifier and Type | Method and Description |
|---|---|
DisplayItem |
DisplayItemDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static DisplayItem |
DisplayItem.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
DisplayItem |
DisplayItem.withDisplayItemId(String displayItemId) |
DisplayItem |
DisplayItem.withSalesItem(SalesItem salesItem) |
DisplayItem |
DisplayItem.withSalesItemGroup(SalesItemGroup salesItemGroup) |
DisplayItem |
DisplayItem.withSalesPeriodEventId(String salesPeriodEventId) |
DisplayItem |
DisplayItem.withType(String type) |
| Modifier and Type | Method and Description |
|---|---|
List<DisplayItem> |
Showcase.getDisplayItems() |
| Modifier and Type | Method and Description |
|---|---|
int |
DisplayItem.compareTo(DisplayItem o) |
| Modifier and Type | Method and Description |
|---|---|
void |
Showcase.setDisplayItems(List<DisplayItem> displayItems) |
Showcase |
Showcase.withDisplayItems(List<DisplayItem> displayItems) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.