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