public static class EmailNotification.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EmailNotification.Builder |
body(String body) |
EmailNotification |
build() |
EmailNotification.Builder |
from(String from) |
EmailNotification.Builder |
groups(List<String> groups) |
EmailNotification.Builder |
replyTo(String replyTo) |
EmailNotification.Builder |
subject(String subject) |
EmailNotification.Builder |
users(List<String> users) |
public EmailNotification build()
public EmailNotification.Builder from(String from)
public EmailNotification.Builder replyTo(String replyTo)
public EmailNotification.Builder subject(String subject)
public EmailNotification.Builder body(String body)
public EmailNotification.Builder users(List<String> users)
public EmailNotification.Builder groups(List<String> groups)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.