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