Package oracle.iam.notification.vo
Class BulkNotificationEvent
java.lang.Object
oracle.iam.notification.vo.BulkNotificationEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionBulkNotificationEvent(BulkNotificationEvent.Type infoType, String[] toIds, String templateName) BulkNotificationEvent(BulkNotificationEvent.Type infoType, String[] toIds, String[] ccIds, String[] bccIds, String templateName, HashMap<String, Object> params, String sender) -
Method Summary
Modifier and TypeMethodDescriptionString[]String[]getCcIds()String[]getToIds()voidvoidvoidsetInfoType(BulkNotificationEvent.Type infoType) voidvoidvoidsetTemplateName(String templateName) voidtoString()
-
Constructor Details
-
BulkNotificationEvent
public BulkNotificationEvent(BulkNotificationEvent.Type infoType, String[] toIds, String templateName) -
BulkNotificationEvent
-
-
Method Details