| Package | Description |
|---|---|
| io.gs2.chat.model | |
| io.gs2.chat.request |
| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
NotificationType.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
NotificationType |
NotificationType.withCategory(Integer category) |
NotificationType |
NotificationType.withEnableTransferMobilePushNotification(Boolean enableTransferMobilePushNotification) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationType> |
Subscribe.getNotificationTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscribe.setNotificationTypes(List<NotificationType> notificationTypes) |
Subscribe |
Subscribe.withNotificationTypes(List<NotificationType> notificationTypes) |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationType> |
SubscribeByUserIdRequest.getNotificationTypes() |
List<NotificationType> |
UpdateNotificationTypeByUserIdRequest.getNotificationTypes() |
List<NotificationType> |
SubscribeRequest.getNotificationTypes() |
List<NotificationType> |
UpdateNotificationTypeRequest.getNotificationTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscribeByUserIdRequest.setNotificationTypes(List<NotificationType> notificationTypes) |
void |
UpdateNotificationTypeByUserIdRequest.setNotificationTypes(List<NotificationType> notificationTypes) |
void |
SubscribeRequest.setNotificationTypes(List<NotificationType> notificationTypes) |
void |
UpdateNotificationTypeRequest.setNotificationTypes(List<NotificationType> notificationTypes) |
SubscribeByUserIdRequest |
SubscribeByUserIdRequest.withNotificationTypes(List<NotificationType> notificationTypes) |
UpdateNotificationTypeByUserIdRequest |
UpdateNotificationTypeByUserIdRequest.withNotificationTypes(List<NotificationType> notificationTypes) |
SubscribeRequest |
SubscribeRequest.withNotificationTypes(List<NotificationType> notificationTypes) |
UpdateNotificationTypeRequest |
UpdateNotificationTypeRequest.withNotificationTypes(List<NotificationType> notificationTypes) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.