Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId()
This can be used to get the account ID associated with the connection.
|
java.lang.String |
getKey()
Get the key for connection (this would be password or any access key)
|
java.lang.String |
getProviderName()
Get the name of the email provider.
|
java.lang.String |
getUrl()
Get the connection URL.
|
void |
setAccountId(java.lang.String accountId)
This can be used to set the account identifier associated with the connection.
|
void |
setKey(java.lang.String key)
Set the key (this would be password or any access key) for connection parameters
|
void |
setProviderName(java.lang.String providerName)
Get the name of the email provider.
|
void |
setUrl(java.lang.String url)
Set the connection URL.
|
java.lang.String getKey()
void setKey(java.lang.String key)
key
- The key which could be password or access key etc.java.lang.String getUrl()
void setUrl(java.lang.String url)
url
- The URL to be used to connect to the email provider.java.lang.String getAccountId()
void setAccountId(java.lang.String accountId)
accountId
- The account ID to be used with connection.java.lang.String getProviderName()
void setProviderName(java.lang.String providerName)
providerName
- The name of the email provider.Copyright © 2010 - 2023 Adobe. All Rights Reserved