| Package | Description |
|---|---|
| io.gs2.chat | |
| io.gs2.chat.domain.model | |
| io.gs2.chat.request |
| Modifier and Type | Method and Description |
|---|---|
UpdateNotificationTypeByUserIdResult |
Gs2ChatRestClient.updateNotificationTypeByUserId(UpdateNotificationTypeByUserIdRequest request) |
void |
Gs2ChatRestClient.updateNotificationTypeByUserIdAsync(UpdateNotificationTypeByUserIdRequest request,
AsyncAction<AsyncResult<UpdateNotificationTypeByUserIdResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
SubscribeDomain |
SubscribeDomain.updateNotificationType(UpdateNotificationTypeByUserIdRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UpdateNotificationTypeByUserIdRequest |
UpdateNotificationTypeByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UpdateNotificationTypeByUserIdRequest |
UpdateNotificationTypeByUserIdRequest.withNamespaceName(String namespaceName) |
UpdateNotificationTypeByUserIdRequest |
UpdateNotificationTypeByUserIdRequest.withNotificationTypes(List<NotificationType> notificationTypes) |
UpdateNotificationTypeByUserIdRequest |
UpdateNotificationTypeByUserIdRequest.withRoomName(String roomName) |
UpdateNotificationTypeByUserIdRequest |
UpdateNotificationTypeByUserIdRequest.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.