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()
void
void
void
setInfoType
(BulkNotificationEvent.Type infoType) void
void
void
setTemplateName
(String templateName) void
toString()
-
Constructor Details
-
BulkNotificationEvent
public BulkNotificationEvent(BulkNotificationEvent.Type infoType, String[] toIds, String templateName) -
BulkNotificationEvent
-
-
Method Details