| Package | Description |
|---|---|
| io.gs2.chat | |
| io.gs2.chat.domain.model | |
| io.gs2.chat.request |
| Modifier and Type | Method and Description |
|---|---|
DeleteRoomResult |
Gs2ChatRestClient.deleteRoom(DeleteRoomRequest request) |
void |
Gs2ChatRestClient.deleteRoomAsync(DeleteRoomRequest request,
AsyncAction<AsyncResult<DeleteRoomResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
RoomAccessTokenDomain |
UserAccessTokenDomain.deleteRoom(DeleteRoomRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static DeleteRoomRequest |
DeleteRoomRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
DeleteRoomRequest |
DeleteRoomRequest.withAccessToken(String accessToken) |
DeleteRoomRequest |
DeleteRoomRequest.withNamespaceName(String namespaceName) |
DeleteRoomRequest |
DeleteRoomRequest.withRoomName(String roomName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.