public class ReleaseNotification
extends java.lang.Object
Constructor and Description |
---|
ReleaseNotification() |
Modifier and Type | Method and Description |
---|---|
NotificationTypeEnum |
getNotificationType() |
java.util.List<java.lang.String> |
getRecipients() |
void |
setNotificationType(NotificationTypeEnum pNotificationType) |
void |
setRecipients(java.util.List<java.lang.String> pRecipients) |
void |
setRecipients(java.lang.String pRecipients) |
public void setNotificationType(NotificationTypeEnum pNotificationType)
public NotificationTypeEnum getNotificationType()
public void setRecipients(java.util.List<java.lang.String> pRecipients)
public void setRecipients(java.lang.String pRecipients)
public java.util.List<java.lang.String> getRecipients()