Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
EmailAccountConfig |
EmailAccountConfig.addAuthenticationTypesItem(String authenticationTypesItem)
Add an item to authenticationTypes and return this.
|
EmailAccountConfig |
EmailAccountConfig.addExtraInfoItem(NameValuePair extraInfoItem)
Add an item to extraInfo and return this.
|
EmailAccountConfig |
EmailAccountConfig.authenticationTypes(List<String> authenticationTypes)
Set authenticationTypes and return this.
|
EmailAccountConfig |
EmailAccountConfig.displayName(String displayName)
Set displayName and return this.
|
EmailAccountConfig |
EmailAccountConfig.extraInfo(List<NameValuePair> extraInfo)
Set extraInfo and return this.
|
EmailAccountConfig |
EmailAccountConfig.host(String host)
Set host and return this.
|
EmailAccountConfig |
EmailAccountConfig.isValidated(Boolean isValidated)
Set isValidated and return this.
|
EmailAccountConfig |
EmailAccountConfig.port(Integer port)
Set port and return this.
|
EmailAccountConfig |
EmailAccountConfig.protocolType(String protocolType)
Set protocolType and return this.
|
EmailAccountConfig |
EmailAccountConfig.socketType(String socketType)
Set socketType and return this.
|
Modifier and Type | Method and Description |
---|---|
List<EmailAccountConfig> |
ListResponseOfEmailAccountConfig.getValue()
Get value
|
Modifier and Type | Method and Description |
---|---|
ListResponseOfEmailAccountConfig |
ListResponseOfEmailAccountConfig.addValueItem(EmailAccountConfig valueItem)
Add an item to value and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
ListResponseOfEmailAccountConfig.setValue(List<EmailAccountConfig> value)
Set value.
|
ListResponseOfEmailAccountConfig |
ListResponseOfEmailAccountConfig.value(List<EmailAccountConfig> value)
Set value and return this.
|
Constructor and Description |
---|
EmailAccountConfigList(List<EmailAccountConfig> value)
Initializes a new instance of the EmailAccountConfigList
|
ListResponseOfEmailAccountConfig(List<EmailAccountConfig> value)
Initializes a new instance of the ListResponseOfEmailAccountConfig
|
Copyright © 2020. All rights reserved.