| Package | Description |
|---|---|
| io.gs2.chat.model | |
| io.gs2.chat.request |
| Modifier and Type | Method and Description |
|---|---|
static NotificationSetting |
NotificationSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
NotificationSetting |
Namespace.getPostNotification() |
NotificationSetting |
NotificationSetting.withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) |
NotificationSetting |
NotificationSetting.withGatewayNamespaceId(String gatewayNamespaceId) |
NotificationSetting |
NotificationSetting.withSound(String sound) |
| Modifier and Type | Method and Description |
|---|---|
void |
Namespace.setPostNotification(NotificationSetting postNotification) |
Namespace |
Namespace.withPostNotification(NotificationSetting postNotification) |
| Modifier and Type | Method and Description |
|---|---|
NotificationSetting |
CreateNamespaceRequest.getPostNotification() |
NotificationSetting |
UpdateNamespaceRequest.getPostNotification() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateNamespaceRequest.setPostNotification(NotificationSetting postNotification) |
void |
UpdateNamespaceRequest.setPostNotification(NotificationSetting postNotification) |
CreateNamespaceRequest |
CreateNamespaceRequest.withPostNotification(NotificationSetting postNotification) |
UpdateNamespaceRequest |
UpdateNamespaceRequest.withPostNotification(NotificationSetting postNotification) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.