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