| Package | Description |
|---|---|
| io.gs2.showcase.domain.iterator | |
| io.gs2.showcase.domain.model | |
| io.gs2.showcase.model | |
| io.gs2.showcase.result |
| Modifier and Type | Method and Description |
|---|---|
Showcase |
DescribeShowcasesByUserIdIterator.next() |
Showcase |
DescribeShowcasesIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Showcase> |
DescribeShowcasesByUserIdIterator.iterator() |
Iterator<Showcase> |
DescribeShowcasesIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Showcase |
ShowcaseAccessTokenDomain.model() |
Showcase |
ShowcaseDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Showcase |
Showcase.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Showcase |
Showcase.withDisplayItems(List<DisplayItem> displayItems) |
Showcase |
Showcase.withMetadata(String metadata) |
Showcase |
Showcase.withName(String name) |
Showcase |
Showcase.withSalesPeriodEventId(String salesPeriodEventId) |
Showcase |
Showcase.withShowcaseId(String showcaseId) |
| Modifier and Type | Method and Description |
|---|---|
int |
Showcase.compareTo(Showcase o) |
| Modifier and Type | Method and Description |
|---|---|
Showcase |
GetShowcaseResult.getItem() |
Showcase |
GetShowcaseByUserIdResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Showcase> |
DescribeShowcasesResult.getItems() |
List<Showcase> |
DescribeShowcasesByUserIdResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetShowcaseResult.setItem(Showcase item) |
void |
GetShowcaseByUserIdResult.setItem(Showcase item) |
GetShowcaseResult |
GetShowcaseResult.withItem(Showcase item) |
GetShowcaseByUserIdResult |
GetShowcaseByUserIdResult.withItem(Showcase item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeShowcasesResult.setItems(List<Showcase> items) |
void |
DescribeShowcasesByUserIdResult.setItems(List<Showcase> items) |
DescribeShowcasesResult |
DescribeShowcasesResult.withItems(List<Showcase> items) |
DescribeShowcasesByUserIdResult |
DescribeShowcasesByUserIdResult.withItems(List<Showcase> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.