@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class VerifyEmailAddressOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VerifyEmailAddressOptions.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_EMAIL_ADDRESS |
static String |
SERIALIZED_NAME_MAIL_SERVER_DOMAIN |
static String |
SERIALIZED_NAME_PORT |
static String |
SERIALIZED_NAME_SENDER_EMAIL_ADDRESS |
Constructor and Description |
---|
VerifyEmailAddressOptions() |
Modifier and Type | Method and Description |
---|---|
VerifyEmailAddressOptions |
emailAddress(String emailAddress) |
boolean |
equals(Object o) |
static VerifyEmailAddressOptions |
fromJson(String jsonString)
Create an instance of VerifyEmailAddressOptions given an JSON string
|
String |
getEmailAddress()
Get emailAddress
|
String |
getMailServerDomain()
Get mailServerDomain
|
Integer |
getPort()
Get port
|
String |
getSenderEmailAddress()
Get senderEmailAddress
|
int |
hashCode() |
VerifyEmailAddressOptions |
mailServerDomain(String mailServerDomain) |
VerifyEmailAddressOptions |
port(Integer port) |
VerifyEmailAddressOptions |
senderEmailAddress(String senderEmailAddress) |
void |
setEmailAddress(String emailAddress) |
void |
setMailServerDomain(String mailServerDomain) |
void |
setPort(Integer port) |
void |
setSenderEmailAddress(String senderEmailAddress) |
String |
toJson()
Convert an instance of VerifyEmailAddressOptions to an JSON string
|
String |
toString() |
static void |
validateJsonObject(com.google.gson.JsonObject jsonObj)
Validates the JSON Object and throws an exception if issues found
|
public static final String SERIALIZED_NAME_MAIL_SERVER_DOMAIN
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
public static final String SERIALIZED_NAME_SENDER_EMAIL_ADDRESS
public static final String SERIALIZED_NAME_PORT
public VerifyEmailAddressOptions mailServerDomain(String mailServerDomain)
@Nullable public String getMailServerDomain()
public void setMailServerDomain(String mailServerDomain)
public VerifyEmailAddressOptions emailAddress(String emailAddress)
public void setEmailAddress(String emailAddress)
public VerifyEmailAddressOptions senderEmailAddress(String senderEmailAddress)
@Nullable public String getSenderEmailAddress()
public void setSenderEmailAddress(String senderEmailAddress)
public VerifyEmailAddressOptions port(Integer port)
public void setPort(Integer port)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to VerifyEmailAddressOptionspublic static VerifyEmailAddressOptions fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to VerifyEmailAddressOptionspublic String toJson()
Copyright © 2023. All rights reserved.