Package com.iland.core.api.notification
Class AlertDeliverySpec
java.lang.Object
com.iland.core.api.notification.AlertDeliverySpec
- All Implemented Interfaces:
Serializable
Alert Delivery Spec.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlertDeliverySpec(boolean email) Constructs an AlertDeliverySpec instance with the specified configuration for email notifications. -
Method Summary
-
Constructor Details
-
AlertDeliverySpec
public AlertDeliverySpec(boolean email) Constructs an AlertDeliverySpec instance with the specified configuration for email notifications.- Parameters:
email- a boolean indicating whether email notifications are enabled
-
-
Method Details