@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class EmailTestAddresses extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JSON_PROPERTY_FROM  | 
static String | 
JSON_PROPERTY_TO  | 
| Constructor and Description | 
|---|
EmailTestAddresses()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
EmailTestAddresses | 
from(String from)  | 
String | 
getFrom()
An email address to send the test email from 
 | 
String | 
getTo()
An email address to send the test email to 
 | 
int | 
hashCode()  | 
void | 
setFrom(String from)  | 
void | 
setTo(String to)  | 
EmailTestAddresses | 
to(String to)  | 
String | 
toString()  | 
public static final String JSON_PROPERTY_FROM
public static final String JSON_PROPERTY_TO
public EmailTestAddresses from(String from)
public void setFrom(String from)
public EmailTestAddresses to(String to)
public void setTo(String to)
Copyright © 2017–2023 Okta. All rights reserved.