Uses of Class
com.redhat.cloud.notifications.ingress.Recipient
-
Packages that use Recipient Package Description com.redhat.cloud.notifications.ingress -
-
Uses of Recipient in com.redhat.cloud.notifications.ingress
Classes in com.redhat.cloud.notifications.ingress with type parameters of type Recipient Modifier and Type Class Description static classRecipient.RecipientBuilderBase<T extends Recipient>Fields in com.redhat.cloud.notifications.ingress declared as Recipient Modifier and Type Field Description protected TRecipient.RecipientBuilderBase. instanceMethods in com.redhat.cloud.notifications.ingress that return types with arguments of type Recipient Modifier and Type Method Description List<Recipient>Action. getRecipients()Applications can add extra email recipients by adding entries to this array.Method parameters in com.redhat.cloud.notifications.ingress with type arguments of type Recipient Modifier and Type Method Description voidAction. setRecipients(List<Recipient> recipients)Applications can add extra email recipients by adding entries to this array.Action.ActionBuilderBaseAction.ActionBuilderBase. withRecipients(List<Recipient> recipients)
-