public class EmailNotification extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EmailNotification.Builder |
| Constructor and Description |
|---|
EmailNotification() |
| Modifier and Type | Method and Description |
|---|---|
static EmailNotification.Builder |
builder() |
String |
getBody() |
String |
getFrom() |
List<String> |
getGroups() |
String |
getReplyTo() |
String |
getSubject() |
List<String> |
getUsers() |
void |
setBody(String body) |
void |
setFrom(String from) |
void |
setGroups(List<String> groups) |
void |
setReplyTo(String replyTo) |
void |
setSubject(String subject) |
void |
setUsers(List<String> users) |
String |
toString() |
public String getFrom()
public void setFrom(String from)
public String getReplyTo()
public void setReplyTo(String replyTo)
public String getSubject()
public void setSubject(String subject)
public String getBody()
public void setBody(String body)
public static EmailNotification.Builder builder()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.