| Package | Description |
|---|---|
| io.gs2.inventory.domain.iterator | |
| io.gs2.inventory.domain.model | |
| io.gs2.inventory.model | |
| io.gs2.inventory.result |
| Modifier and Type | Method and Description |
|---|---|
ItemModelMaster |
DescribeItemModelMastersIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ItemModelMaster> |
DescribeItemModelMastersIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
ItemModelMaster |
ItemModelMasterDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static ItemModelMaster |
ItemModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
ItemModelMaster |
ItemModelMaster.withAllowMultipleStacks(Boolean allowMultipleStacks) |
ItemModelMaster |
ItemModelMaster.withCreatedAt(Long createdAt) |
ItemModelMaster |
ItemModelMaster.withDescription(String description) |
ItemModelMaster |
ItemModelMaster.withInventoryName(String inventoryName) |
ItemModelMaster |
ItemModelMaster.withItemModelId(String itemModelId) |
ItemModelMaster |
ItemModelMaster.withMetadata(String metadata) |
ItemModelMaster |
ItemModelMaster.withName(String name) |
ItemModelMaster |
ItemModelMaster.withSortValue(Integer sortValue) |
ItemModelMaster |
ItemModelMaster.withStackingLimit(Long stackingLimit) |
ItemModelMaster |
ItemModelMaster.withUpdatedAt(Long updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
int |
ItemModelMaster.compareTo(ItemModelMaster o) |
| Modifier and Type | Method and Description |
|---|---|
ItemModelMaster |
CreateItemModelMasterResult.getItem() |
ItemModelMaster |
UpdateItemModelMasterResult.getItem() |
ItemModelMaster |
GetItemModelMasterResult.getItem() |
ItemModelMaster |
DeleteItemModelMasterResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<ItemModelMaster> |
DescribeItemModelMastersResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateItemModelMasterResult.setItem(ItemModelMaster item) |
void |
UpdateItemModelMasterResult.setItem(ItemModelMaster item) |
void |
GetItemModelMasterResult.setItem(ItemModelMaster item) |
void |
DeleteItemModelMasterResult.setItem(ItemModelMaster item) |
CreateItemModelMasterResult |
CreateItemModelMasterResult.withItem(ItemModelMaster item) |
UpdateItemModelMasterResult |
UpdateItemModelMasterResult.withItem(ItemModelMaster item) |
GetItemModelMasterResult |
GetItemModelMasterResult.withItem(ItemModelMaster item) |
DeleteItemModelMasterResult |
DeleteItemModelMasterResult.withItem(ItemModelMaster item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeItemModelMastersResult.setItems(List<ItemModelMaster> items) |
DescribeItemModelMastersResult |
DescribeItemModelMastersResult.withItems(List<ItemModelMaster> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.