| Package | Description |
|---|---|
| io.gs2.showcase.control | |
| io.gs2.showcase.model |
| Modifier and Type | Method and Description |
|---|---|
ItemGroupMaster |
UpdateItemGroupMasterResult.getItem()
商品グループを取得
|
ItemGroupMaster |
GetItemGroupMasterResult.getItem()
商品グループを取得
|
ItemGroupMaster |
CreateItemGroupMasterResult.getItem()
商品グループを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<ItemGroupMaster> |
DescribeItemGroupMasterResult.getItems()
商品グループを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateItemGroupMasterResult.setItem(ItemGroupMaster item)
商品グループを設定
|
void |
GetItemGroupMasterResult.setItem(ItemGroupMaster item)
商品グループを設定
|
void |
CreateItemGroupMasterResult.setItem(ItemGroupMaster item)
商品グループを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeItemGroupMasterResult.setItems(List<ItemGroupMaster> items)
商品グループを設定
|
| Modifier and Type | Method and Description |
|---|---|
ItemGroupMaster |
ItemGroupMaster.withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
ItemGroupMaster |
ItemGroupMaster.withItemGroupId(String itemGroupId)
商品グループGRNを設定
|
ItemGroupMaster |
ItemGroupMaster.withItemNames(List<String> itemNames)
販売している商品名のリストを設定
|
ItemGroupMaster |
ItemGroupMaster.withName(String name)
商品グループ名を設定
|
ItemGroupMaster |
ItemGroupMaster.withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.