| Package | Description |
|---|---|
| io.gs2.dictionary.domain.iterator | |
| io.gs2.dictionary.domain.model | |
| io.gs2.dictionary.model | |
| io.gs2.dictionary.result |
| Modifier and Type | Method and Description |
|---|---|
EntryModel |
DescribeEntryModelsIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<EntryModel> |
DescribeEntryModelsIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
EntryModel |
EntryModelDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static EntryModel |
EntryModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
EntryModel |
EntryModel.withEntryModelId(String entryModelId) |
EntryModel |
EntryModel.withMetadata(String metadata) |
EntryModel |
EntryModel.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
EntryModel.compareTo(EntryModel o) |
| Modifier and Type | Method and Description |
|---|---|
EntryModel |
GetEntryModelResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<EntryModel> |
DescribeEntryModelsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetEntryModelResult.setItem(EntryModel item) |
GetEntryModelResult |
GetEntryModelResult.withItem(EntryModel item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEntryModelsResult.setItems(List<EntryModel> items) |
DescribeEntryModelsResult |
DescribeEntryModelsResult.withItems(List<EntryModel> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.