public class CreateGatheringRequest extends io.gs2.control.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()
ギャザリング名を取得
|
List<String> |
getUserIds()
ギャザリングへの参加を許可するユーザIDリストを取得
|
void |
setGatheringPoolName(String gatheringPoolName)
ギャザリングプールの名前を指定します。を設定
|
void |
setName(String name)
ギャザリング名を設定
|
void |
setUserIds(List<String> userIds)
ギャザリングへの参加を許可するユーザIDリストを設定
|
CreateGatheringRequest |
withGatheringPoolName(String gatheringPoolName)
ギャザリングプールの名前を指定します。を設定
|
CreateGatheringRequest |
withName(String name)
ギャザリング名を設定
|
CreateGatheringRequest |
withUserIds(List<String> userIds)
ギャザリングへの参加を許可するユーザIDリストを設定
|
public String getGatheringPoolName()
public void setGatheringPoolName(String gatheringPoolName)
gatheringPoolName - ギャザリングプールの名前を指定します。public CreateGatheringRequest withGatheringPoolName(String gatheringPoolName)
gatheringPoolName - ギャザリングプールの名前を指定します。public String getName()
public void setName(String name)
name - ギャザリング名public CreateGatheringRequest withName(String name)
name - ギャザリング名public List<String> getUserIds()
public void setUserIds(List<String> userIds)
userIds - ギャザリングへの参加を許可するユーザIDリストpublic CreateGatheringRequest withUserIds(List<String> userIds)
userIds - ギャザリングへの参加を許可するユーザIDリストCopyright © 2016 Game Server Services, Inc. AllRights Reserved.