Uses of Class
io.gs2.realtime.model.NotificationSetting
Packages that use NotificationSetting
-
Uses of NotificationSetting in io.gs2.realtime.model
Methods in io.gs2.realtime.model that return NotificationSettingModifier and TypeMethodDescriptionstatic NotificationSettingNotificationSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getCreateNotification()NotificationSetting.withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) NotificationSetting.withGatewayNamespaceId(String gatewayNamespaceId) Methods in io.gs2.realtime.model with parameters of type NotificationSettingModifier and TypeMethodDescriptionvoidNamespace.setCreateNotification(NotificationSetting createNotification) Namespace.withCreateNotification(NotificationSetting createNotification) -
Uses of NotificationSetting in io.gs2.realtime.request
Methods in io.gs2.realtime.request that return NotificationSettingModifier and TypeMethodDescriptionCreateNamespaceRequest.getCreateNotification()UpdateNamespaceRequest.getCreateNotification()Methods in io.gs2.realtime.request with parameters of type NotificationSettingModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setCreateNotification(NotificationSetting createNotification) voidUpdateNamespaceRequest.setCreateNotification(NotificationSetting createNotification) CreateNamespaceRequest.withCreateNotification(NotificationSetting createNotification) UpdateNamespaceRequest.withCreateNotification(NotificationSetting createNotification)