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()
ギャザリング名を取得。
|
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 void setUserIds(List<String> userIds)
userIds - 参加を許可するユーザIDリストpublic CreateGatheringRequest withUserIds(List<String> userIds)
userIds - 参加を許可するユーザIDリストCopyright © 2016 Game Server Services, Inc. AllRights Reserved.