| Package | Description |
|---|---|
| io.gs2.showcase.control | |
| io.gs2.showcase.model |
| Modifier and Type | Method and Description |
|---|---|
Showcase |
GetShowcaseResult.getItem()
ショーケースを取得
|
Showcase |
UpdateShowcaseResult.getItem()
ショーケースを取得
|
Showcase |
CreateShowcaseResult.getItem()
ショーケースを取得
|
| Modifier and Type | Method and Description |
|---|---|
List<Showcase> |
DescribeShowcaseResult.getItems()
ショーケースを取得
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetShowcaseResult.setItem(Showcase item)
ショーケースを設定
|
void |
UpdateShowcaseResult.setItem(Showcase item)
ショーケースを設定
|
void |
CreateShowcaseResult.setItem(Showcase item)
ショーケースを設定
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeShowcaseResult.setItems(List<Showcase> items)
ショーケースを設定
|
| Modifier and Type | Method and Description |
|---|---|
Showcase |
Showcase.withBuyTriggerScript(String buyTriggerScript)
購入直前 に実行されるGS2-Scriptを設定
|
Showcase |
Showcase.withCreateAt(Integer createAt)
作成日時(エポック秒)を設定
|
Showcase |
Showcase.withDescription(String description)
説明文を設定
|
Showcase |
Showcase.withName(String name)
ショーケース名を設定
|
Showcase |
Showcase.withOwnerId(String ownerId)
オーナーIDを設定
|
Showcase |
Showcase.withReleaseConditionTriggerScript(String releaseConditionTriggerScript)
公開許可判定 に実行されるGS2-Scriptを設定
|
Showcase |
Showcase.withShowcaseId(String showcaseId)
ショーケースGRNを設定
|
Showcase |
Showcase.withUpdateAt(Integer updateAt)
最終更新日時(エポック秒)を設定
|
Copyright © 2016 Game Server Services, Inc. AllRights Reserved.