public class EmailParticipant extends Object
| Constructor and Description |
|---|
EmailParticipant(String email)
The constructor of this class.
|
EmailParticipant(String email,
String name)
The constructor of this class.
|
| Modifier and Type | Method and Description |
|---|---|
static EmailParticipant |
of(String email)
The builder of this class.
|
static EmailParticipant |
of(String email,
String name)
The builder of this class.
|
String |
toString()
Returns a string email address in conformity with RFC822.
|
public EmailParticipant(String email)
email - a participant email. It must is not null.public static EmailParticipant of(String email, String name)
email - a participant email. It must is not null.name - a real name of the participant.public static EmailParticipant of(String email)
email - a participant email. It must is not null.Copyright © 2023. All rights reserved.