@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-12T23:33:57.654989Z[Etc/UTC]") public class ImapSmtpAccessDetails extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ImapSmtpAccessDetails.CustomTypeAdapterFactory |
Modifier and Type | Field and Description |
---|---|
static HashSet<String> |
openapiFields |
static HashSet<String> |
openapiRequiredFields |
static String |
SERIALIZED_NAME_IMAP_PASSWORD |
static String |
SERIALIZED_NAME_IMAP_SERVER_HOST |
static String |
SERIALIZED_NAME_IMAP_SERVER_PORT |
static String |
SERIALIZED_NAME_IMAP_USERNAME |
static String |
SERIALIZED_NAME_SECURE_SMTP_PASSWORD |
static String |
SERIALIZED_NAME_SECURE_SMTP_SERVER_HOST |
static String |
SERIALIZED_NAME_SECURE_SMTP_SERVER_PORT |
static String |
SERIALIZED_NAME_SECURE_SMTP_USERNAME |
static String |
SERIALIZED_NAME_SMTP_PASSWORD |
static String |
SERIALIZED_NAME_SMTP_SERVER_HOST |
static String |
SERIALIZED_NAME_SMTP_SERVER_PORT |
static String |
SERIALIZED_NAME_SMTP_USERNAME |
Constructor and Description |
---|
ImapSmtpAccessDetails() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ImapSmtpAccessDetails |
fromJson(String jsonString)
Create an instance of ImapSmtpAccessDetails given an JSON string
|
String |
getImapPassword()
IMAP password for login
|
String |
getImapServerHost()
IMAP server host domain
|
Integer |
getImapServerPort()
IMAP server host port
|
String |
getImapUsername()
IMAP username for login
|
String |
getSecureSmtpPassword()
Secure TLS SMTP password for login
|
String |
getSecureSmtpServerHost()
Secure TLS SMTP server host domain
|
Integer |
getSecureSmtpServerPort()
Secure TLS SMTP server host port
|
String |
getSecureSmtpUsername()
Secure TLS SMTP username for login
|
String |
getSmtpPassword()
SMTP password for login
|
String |
getSmtpServerHost()
SMTP server host domain
|
Integer |
getSmtpServerPort()
SMTP server host port
|
String |
getSmtpUsername()
SMTP username for login
|
int |
hashCode() |
ImapSmtpAccessDetails |
imapPassword(String imapPassword) |
ImapSmtpAccessDetails |
imapServerHost(String imapServerHost) |
ImapSmtpAccessDetails |
imapServerPort(Integer imapServerPort) |
ImapSmtpAccessDetails |
imapUsername(String imapUsername) |
ImapSmtpAccessDetails |
secureSmtpPassword(String secureSmtpPassword) |
ImapSmtpAccessDetails |
secureSmtpServerHost(String secureSmtpServerHost) |
ImapSmtpAccessDetails |
secureSmtpServerPort(Integer secureSmtpServerPort) |
ImapSmtpAccessDetails |
secureSmtpUsername(String secureSmtpUsername) |
void |
setImapPassword(String imapPassword) |
void |
setImapServerHost(String imapServerHost) |
void |
setImapServerPort(Integer imapServerPort) |
void |
setImapUsername(String imapUsername) |
void |
setSecureSmtpPassword(String secureSmtpPassword) |
void |
setSecureSmtpServerHost(String secureSmtpServerHost) |
void |
setSecureSmtpServerPort(Integer secureSmtpServerPort) |
void |
setSecureSmtpUsername(String secureSmtpUsername) |
void |
setSmtpPassword(String smtpPassword) |
void |
setSmtpServerHost(String smtpServerHost) |
void |
setSmtpServerPort(Integer smtpServerPort) |
void |
setSmtpUsername(String smtpUsername) |
ImapSmtpAccessDetails |
smtpPassword(String smtpPassword) |
ImapSmtpAccessDetails |
smtpServerHost(String smtpServerHost) |
ImapSmtpAccessDetails |
smtpServerPort(Integer smtpServerPort) |
ImapSmtpAccessDetails |
smtpUsername(String smtpUsername) |
String |
toJson()
Convert an instance of ImapSmtpAccessDetails 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_SECURE_SMTP_SERVER_HOST
public static final String SERIALIZED_NAME_SECURE_SMTP_SERVER_PORT
public static final String SERIALIZED_NAME_SECURE_SMTP_USERNAME
public static final String SERIALIZED_NAME_SECURE_SMTP_PASSWORD
public static final String SERIALIZED_NAME_SMTP_SERVER_HOST
public static final String SERIALIZED_NAME_SMTP_SERVER_PORT
public static final String SERIALIZED_NAME_SMTP_USERNAME
public static final String SERIALIZED_NAME_SMTP_PASSWORD
public static final String SERIALIZED_NAME_IMAP_SERVER_HOST
public static final String SERIALIZED_NAME_IMAP_SERVER_PORT
public static final String SERIALIZED_NAME_IMAP_USERNAME
public static final String SERIALIZED_NAME_IMAP_PASSWORD
public ImapSmtpAccessDetails secureSmtpServerHost(String secureSmtpServerHost)
@Nonnull public String getSecureSmtpServerHost()
public void setSecureSmtpServerHost(String secureSmtpServerHost)
public ImapSmtpAccessDetails secureSmtpServerPort(Integer secureSmtpServerPort)
@Nonnull public Integer getSecureSmtpServerPort()
public void setSecureSmtpServerPort(Integer secureSmtpServerPort)
public ImapSmtpAccessDetails secureSmtpUsername(String secureSmtpUsername)
@Nonnull public String getSecureSmtpUsername()
public void setSecureSmtpUsername(String secureSmtpUsername)
public ImapSmtpAccessDetails secureSmtpPassword(String secureSmtpPassword)
@Nonnull public String getSecureSmtpPassword()
public void setSecureSmtpPassword(String secureSmtpPassword)
public ImapSmtpAccessDetails smtpServerHost(String smtpServerHost)
@Nonnull public String getSmtpServerHost()
public void setSmtpServerHost(String smtpServerHost)
public ImapSmtpAccessDetails smtpServerPort(Integer smtpServerPort)
@Nonnull public Integer getSmtpServerPort()
public void setSmtpServerPort(Integer smtpServerPort)
public ImapSmtpAccessDetails smtpUsername(String smtpUsername)
@Nonnull public String getSmtpUsername()
public void setSmtpUsername(String smtpUsername)
public ImapSmtpAccessDetails smtpPassword(String smtpPassword)
@Nonnull public String getSmtpPassword()
public void setSmtpPassword(String smtpPassword)
public ImapSmtpAccessDetails imapServerHost(String imapServerHost)
@Nonnull public String getImapServerHost()
public void setImapServerHost(String imapServerHost)
public ImapSmtpAccessDetails imapServerPort(Integer imapServerPort)
@Nonnull public Integer getImapServerPort()
public void setImapServerPort(Integer imapServerPort)
public ImapSmtpAccessDetails imapUsername(String imapUsername)
@Nonnull public String getImapUsername()
public void setImapUsername(String imapUsername)
public ImapSmtpAccessDetails imapPassword(String imapPassword)
@Nonnull public String getImapPassword()
public void setImapPassword(String imapPassword)
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException
jsonObj
- JSON ObjectIOException
- if the JSON Object is invalid with respect to ImapSmtpAccessDetailspublic static ImapSmtpAccessDetails fromJson(String jsonString) throws IOException
jsonString
- JSON stringIOException
- if the JSON string is invalid with respect to ImapSmtpAccessDetailspublic String toJson()
Copyright © 2023. All rights reserved.