Package | Description |
---|---|
com.crm.dataobject.notifications |
Modifier and Type | Method and Description |
---|---|
java.util.Set<NotificationRunDefinition> |
CRMDONotificationType.getNotificationRunDefinitions() |
java.util.Set<NotificationRunDefinition> |
CRMDONotificationType.getPerformedNotificationRuns() |
java.util.Set<NotificationRunDefinition> |
CRMDONotificationType.getScheduledNotificationRuns() |
Modifier and Type | Method and Description |
---|---|
void |
CRMDONotificationType.setNotificationRunDefinitions(java.util.Set<NotificationRunDefinition> notificationRunDefinitions) |
void |
CRMDONotificationType.setPerformedNotificationRuns(java.util.Set<NotificationRunDefinition> performedNotificationRuns) |
void |
CRMDONotificationType.setScheduledNotificationRuns(java.util.Set<NotificationRunDefinition> scheduledNotificationRuns) |