public class CreateGatheringRequest extends Gs2BasicRequest<CreateGatheringRequest>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateGatheringRequest.Constant |
| Constructor and Description |
|---|
CreateGatheringRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGatheringPoolName()
ギャザリングプールの名前を指定します。を取得
|
String |
getName()
ギャザリング名を取得
|
String |
getUserIds()
カンマ区切りのギャザリングへの参加を許可するユーザIDリストを取得
|
void |
setGatheringPoolName(String gatheringPoolName)
ギャザリングプールの名前を指定します。を設定
|
void |
setName(String name)
ギャザリング名を設定
|
void |
setUserIds(String userIds)
カンマ区切りのギャザリングへの参加を許可するユーザIDリストを設定
|
CreateGatheringRequest |
withGatheringPoolName(String gatheringPoolName)
ギャザリングプールの名前を指定します。を設定
|
CreateGatheringRequest |
withName(String name)
ギャザリング名を設定
|
CreateGatheringRequest |
withUserIds(String userIds)
カンマ区切りのギャザリングへの参加を許可するユーザIDリストを設定
|
public String getGatheringPoolName()
public void setGatheringPoolName(String gatheringPoolName)
gatheringPoolName - ギャザリングプールの名前を指定します。public CreateGatheringRequest withGatheringPoolName(String gatheringPoolName)
gatheringPoolName - ギャザリングプールの名前を指定します。public String getUserIds()
public void setUserIds(String userIds)
userIds - カンマ区切りのギャザリングへの参加を許可するユーザIDリストpublic CreateGatheringRequest withUserIds(String userIds)
userIds - カンマ区切りのギャザリングへの参加を許可するユーザIDリストpublic String getName()
public void setName(String name)
name - ギャザリング名public CreateGatheringRequest withName(String name)
name - ギャザリング名Copyright © 2016 Game Server Services, Inc. AllRights Reserved.