Package io.gs2.chat.request
Class CreateRoomFromBackendRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateRoomFromBackendRequest>
io.gs2.chat.request.CreateRoomFromBackendRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateRoomFromBackendRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getName()voidsetDuplicationAvoider(String duplicationAvoider) voidsetMetadata(String metadata) voidvoidsetNamespaceName(String namespaceName) voidsetPassword(String password) voidvoidsetWhiteListUserIds(List<String> whiteListUserIds) com.fasterxml.jackson.databind.JsonNodetoJson()withDuplicationAvoider(String duplicationAvoider) withMetadata(String metadata) withNamespaceName(String namespaceName) withPassword(String password) withUserId(String userId) withWhiteListUserIds(List<String> whiteListUserIds) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateRoomFromBackendRequest
public CreateRoomFromBackendRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getName
-
setName
-
withName
-
getUserId
-
setUserId
-
withUserId
-
getMetadata
-
setMetadata
-
withMetadata
-
getPassword
-
setPassword
-
withPassword
-
getWhiteListUserIds
-
setWhiteListUserIds
-
withWhiteListUserIds
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-