Package org.openiam.base.request
Class NotificationRequest
- java.lang.Object
-
- org.openiam.base.request.BaseServiceRequest
-
- org.openiam.base.request.NotificationRequest
-
- All Implemented Interfaces:
Serializable
public class NotificationRequest extends BaseServiceRequest
NotificationRequest contains information for notification service to send out a pre-defined notification- Author:
- suneet
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.openiam.base.request.BaseServiceRequest
contentProviderId, requestClientIP, requesterId, requestorLogin, requestorSessionID
-
-
Constructor Summary
Constructors Constructor Description NotificationRequest(String userId, String notificationType)
NotificationRequest(String cc, String notificationType, List<NotificationParam> paramList, String to)
NotificationRequest(String cc, String notificationType, List<NotificationParam> paramList, String to, String requestId, String linkedRequestId)
NotificationRequest(List<String> ccList, List<String> toList, String notificationType, List<NotificationParam> paramList)
NotificationRequest(List<NotificationParam> paramList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationParam
getNotificationParam(String key)
-
Methods inherited from class org.openiam.base.request.BaseServiceRequest
getLanguageId, setLanguageId
-
-
-
-
Constructor Detail
-
NotificationRequest
public NotificationRequest(List<NotificationParam> paramList)
-
NotificationRequest
public NotificationRequest(String cc, String notificationType, List<NotificationParam> paramList, String to)
-
NotificationRequest
public NotificationRequest(String cc, String notificationType, List<NotificationParam> paramList, String to, String requestId, String linkedRequestId)
-
-
Method Detail
-
getNotificationParam
public NotificationParam getNotificationParam(String key)
-
-