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