Uses of Class
io.gs2.jobQueue.model.NotificationSetting
Packages that use NotificationSetting
-
Uses of NotificationSetting in io.gs2.jobQueue.model
Methods in io.gs2.jobQueue.model that return NotificationSettingModifier and TypeMethodDescriptionstatic NotificationSettingNotificationSetting.fromJson(com.fasterxml.jackson.databind.JsonNode data) Namespace.getPushNotification()Namespace.getRunNotification()NotificationSetting.withEnableTransferMobileNotification(Boolean enableTransferMobileNotification) NotificationSetting.withGatewayNamespaceId(String gatewayNamespaceId) Methods in io.gs2.jobQueue.model with parameters of type NotificationSettingModifier and TypeMethodDescriptionvoidNamespace.setPushNotification(NotificationSetting pushNotification) voidNamespace.setRunNotification(NotificationSetting runNotification) Namespace.withPushNotification(NotificationSetting pushNotification) Namespace.withRunNotification(NotificationSetting runNotification) -
Uses of NotificationSetting in io.gs2.jobQueue.request
Methods in io.gs2.jobQueue.request that return NotificationSettingModifier and TypeMethodDescriptionCreateNamespaceRequest.getPushNotification()UpdateNamespaceRequest.getPushNotification()CreateNamespaceRequest.getRunNotification()UpdateNamespaceRequest.getRunNotification()Methods in io.gs2.jobQueue.request with parameters of type NotificationSettingModifier and TypeMethodDescriptionvoidCreateNamespaceRequest.setPushNotification(NotificationSetting pushNotification) voidUpdateNamespaceRequest.setPushNotification(NotificationSetting pushNotification) voidCreateNamespaceRequest.setRunNotification(NotificationSetting runNotification) voidUpdateNamespaceRequest.setRunNotification(NotificationSetting runNotification) CreateNamespaceRequest.withPushNotification(NotificationSetting pushNotification) UpdateNamespaceRequest.withPushNotification(NotificationSetting pushNotification) CreateNamespaceRequest.withRunNotification(NotificationSetting runNotification) UpdateNamespaceRequest.withRunNotification(NotificationSetting runNotification)