public class EmailValidationRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
EmailValidationRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getTo()
Email address of the recipient.
|
int |
hashCode() |
void |
setTo(String to) |
EmailValidationRequest |
to(String to) |
String |
toString() |
public static final String SERIALIZED_NAME_TO
public EmailValidationRequest to(String to)
public String getTo()
public void setTo(String to)
Copyright © 2022. All rights reserved.