public class UpdateItemGroupMasterRequest extends io.gs2.control.Gs2BasicRequest<UpdateItemGroupMasterRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateItemGroupMasterRequest.Constant |
| Constructor and Description |
|---|
UpdateItemGroupMasterRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getItemGroupName()
商品グループの名前を取得
|
List<String> |
getItemNames()
販売している商品名のリストを取得
|
String |
getShowcaseName()
ショーケースの名前を取得
|
void |
setItemGroupName(String itemGroupName)
商品グループの名前を設定
|
void |
setItemNames(List<String> itemNames)
販売している商品名のリストを設定
|
void |
setShowcaseName(String showcaseName)
ショーケースの名前を設定
|
UpdateItemGroupMasterRequest |
withItemGroupName(String itemGroupName)
商品グループの名前を設定
|
UpdateItemGroupMasterRequest |
withItemNames(List<String> itemNames)
販売している商品名のリストを設定
|
UpdateItemGroupMasterRequest |
withShowcaseName(String showcaseName)
ショーケースの名前を設定
|
public String getShowcaseName()
public void setShowcaseName(String showcaseName)
showcaseName - ショーケースの名前public UpdateItemGroupMasterRequest withShowcaseName(String showcaseName)
showcaseName - ショーケースの名前public String getItemGroupName()
public void setItemGroupName(String itemGroupName)
itemGroupName - 商品グループの名前public UpdateItemGroupMasterRequest withItemGroupName(String itemGroupName)
itemGroupName - 商品グループの名前public void setItemNames(List<String> itemNames)
itemNames - 販売している商品名のリストpublic UpdateItemGroupMasterRequest withItemNames(List<String> itemNames)
itemNames - 販売している商品名のリストCopyright © 2016 Game Server Services, Inc. AllRights Reserved.