Uses of Class
io.gs2.chat.result.CreateRoomFromBackendResult
Packages that use CreateRoomFromBackendResult
-
Uses of CreateRoomFromBackendResult in io.gs2.chat
Methods in io.gs2.chat that return CreateRoomFromBackendResultModifier and TypeMethodDescriptionGs2ChatRestClient.createRoomFromBackend(CreateRoomFromBackendRequest request) Method parameters in io.gs2.chat with type arguments of type CreateRoomFromBackendResultModifier and TypeMethodDescriptionvoidGs2ChatRestClient.createRoomFromBackendAsync(CreateRoomFromBackendRequest request, AsyncAction<AsyncResult<CreateRoomFromBackendResult>> callback) -
Uses of CreateRoomFromBackendResult in io.gs2.chat.result
Methods in io.gs2.chat.result that return CreateRoomFromBackendResultModifier and TypeMethodDescriptionstatic CreateRoomFromBackendResultCreateRoomFromBackendResult.fromJson(com.fasterxml.jackson.databind.JsonNode data)