Package | Description |
---|---|
com.crm.dataobject.notifications |
Modifier and Type | Method and Description |
---|---|
NotificationClassification |
NotificationTypeSearchCriteria.getClassification() |
NotificationClassification |
NotificationSearchCriteria.getClassification() |
NotificationClassification |
NotificationRunDefinition.getClassification() |
NotificationClassification |
NotificationItemSearchCriteria.getClassification() |
NotificationClassification |
CRMDONotificationType.getClassification() |
static NotificationClassification |
NotificationClassification.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NotificationClassification[] |
NotificationClassification.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NotificationTypeSearchCriteria.setClassification(NotificationClassification classification) |
void |
NotificationSearchCriteria.setClassification(NotificationClassification classification) |
void |
NotificationRunDefinition.setClassification(NotificationClassification classification) |
void |
NotificationItemSearchCriteria.setClassification(NotificationClassification classification) |
void |
CRMDONotificationType.setClassification(NotificationClassification classification) |