public class ManagedNotification extends Object
| Constructor and Description | 
|---|
| ManagedNotification() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Return a description for this notification. | 
| String | getName()Return the name of this notification. | 
| String[] | getNotificationTypes()Return the list of notification types. | 
| void | setDescription(String description)Set a description for this notification. | 
| void | setName(String name)Set the name of this notification. | 
| void | setNotificationType(String notificationType)Set a single notification type, or a list of notification types
 as comma-delimited String. | 
| void | setNotificationTypes(String... notificationTypes)Set a list of notification types. | 
public void setNotificationType(String notificationType)
public void setNotificationTypes(@Nullable
                                 String... notificationTypes)
@Nullable public String[] getNotificationTypes()
public void setName(@Nullable
                    String name)
@Nullable public String getName()
public void setDescription(@Nullable
                           String description)
@Nullable public String getDescription()