|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.adobe.idp.taskmanager.dsc.client.emailsettings.TaskNotificationType
public final class TaskNotificationType
Defines the notification types.
| Field Summary | |
|---|---|
static TaskNotificationType |
Deadline
Notifies the assigned user when a deadline has passed. |
static TaskNotificationType |
GroupDeadline
Notifies the assigned group when a deadline has passed. |
static TaskNotificationType |
GroupNewTask
Notifies the assigned group when a new task is assigned. |
static TaskNotificationType |
GroupReminder
Notifies the assigned group when a reminder to complete a task is approaching. |
static TaskNotificationType |
NewTask
Notifies the assigned user when a new task is assigned. |
static TaskNotificationType |
Reminder
Notifies the assigned user when a reminder to complete a task is approaching. |
| Method Summary | |
|---|---|
long |
getLegacyId()
Returns the Legacy ID for this email type |
RuntimeProperty[] |
getRuntimeProperties()
Returns the list of runtime properties for the notification type. |
TaskUrlRuntimeProperty[] |
getUrlRuntimeProperties()
Returns the list of URL run-time properties for the notification type. |
boolean |
isEncodingSupported()
Specifies whether the notification type supports encoding. |
boolean |
isFormDataEnabledType()
Indicates whether the notification type can have Form data attached |
boolean |
isLegacyType()
Specifies whether a notification type is a legacy type |
boolean |
isSendAddressRequired()
Specifies whether for the notification type requires a send address. |
static TaskNotificationType |
valueOf(java.lang.String name)
|
static TaskNotificationType[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.adobe.idp.taskmanager.dsc.client.emailsettings.NotificationType |
|---|
name |
| Field Detail |
|---|
public static final TaskNotificationType Reminder
public static final TaskNotificationType GroupReminder
public static final TaskNotificationType NewTask
public static final TaskNotificationType GroupNewTask
public static final TaskNotificationType Deadline
public static final TaskNotificationType GroupDeadline
| Method Detail |
|---|
public static TaskNotificationType[] values()
public static TaskNotificationType valueOf(java.lang.String name)
public boolean isLegacyType()
isLegacyType in interface NotificationTypepublic long getLegacyId()
getLegacyId in interface NotificationTypepublic boolean isFormDataEnabledType()
isFormDataEnabledType in interface NotificationTypepublic RuntimeProperty[] getRuntimeProperties()
getRuntimeProperties in interface NotificationTypepublic TaskUrlRuntimeProperty[] getUrlRuntimeProperties()
public boolean isEncodingSupported()
isEncodingSupported in interface NotificationTypepublic boolean isSendAddressRequired()
isSendAddressRequired in interface NotificationType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||