public class WantRoomRequest extends io.gs2.control.Gs2BasicRequest<WantRoomRequest>
| Constructor and Description |
|---|
WantRoomRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
ルーム名を取得
|
String |
getNamespaceName()
ネームスペース名を取得
|
List<String> |
getNotificationUserIds()
ルームの作成が終わったときに通知を受けるユーザIDリストを取得
|
void |
setName(String name)
ルーム名を設定
|
void |
setNamespaceName(String namespaceName)
ネームスペース名を設定
|
void |
setNotificationUserIds(List<String> notificationUserIds)
ルームの作成が終わったときに通知を受けるユーザIDリストを設定
|
WantRoomRequest |
withName(String name)
ルーム名を設定
|
WantRoomRequest |
withNamespaceName(String namespaceName)
ネームスペース名を設定
|
WantRoomRequest |
withNotificationUserIds(List<String> notificationUserIds)
ルームの作成が終わったときに通知を受けるユーザIDリストを設定
|
public String getNamespaceName()
public void setNamespaceName(String namespaceName)
namespaceName - ルームの作成依頼。public WantRoomRequest withNamespaceName(String namespaceName)
namespaceName - ルームの作成依頼。public String getName()
public void setName(String name)
name - ルームの作成依頼。public WantRoomRequest withName(String name)
name - ルームの作成依頼。public List<String> getNotificationUserIds()
public void setNotificationUserIds(List<String> notificationUserIds)
notificationUserIds - ルームの作成依頼。public WantRoomRequest withNotificationUserIds(List<String> notificationUserIds)
notificationUserIds - ルームの作成依頼。Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.