Uses of Enum Class
com.yahoo.config.application.api.Notifications.When
Packages that use Notifications.When
-
Uses of Notifications.When in com.yahoo.config.application.api
Methods in com.yahoo.config.application.api that return Notifications.WhenModifier and TypeMethodDescriptionstatic Notifications.Whenstatic Notifications.WhenReturns the enum constant of this class with the specified name.static Notifications.When[]Notifications.When.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.config.application.api with parameters of type Notifications.WhenModifier and TypeMethodDescriptionNotifications.emailAddressesFor(Notifications.When when) Returns all email addresses to notify for the given condition.Notifications.emailRolesFor(Notifications.When when) Returns all roles for which email notification is to be sent for the given condition.static StringNotifications.When.toValue(Notifications.When when) Method parameters in com.yahoo.config.application.api with type arguments of type Notifications.WhenModifier and TypeMethodDescriptionstatic NotificationsNotifications.of(Map<Notifications.When, List<String>> emailAddressesByWhen, Map<Notifications.When, List<Notifications.Role>> emailRolesByWhen) Returns a new Notifications as specified by the given String input.