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