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