Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfEmailAddressCategory |
EnumWithCustomOfEmailAddressCategoryBuilder.build()
Build EnumWithCustomOfEmailAddressCategory instance.
|
EnumWithCustomOfEmailAddressCategory |
EnumWithCustomOfEmailAddressCategory.description(String description)
Set description and return this.
|
EnumWithCustomOfEmailAddressCategory |
EmailAddress.getCategory()
Address category.
|
EnumWithCustomOfEmailAddressCategory |
EnumWithCustomOfEmailAddressCategory.value(String value)
Set value and return this.
|
Modifier and Type | Method and Description |
---|---|
EmailAddress |
EmailAddress.category(EnumWithCustomOfEmailAddressCategory category)
Set category and return this.
|
EmailAddressBuilder |
EmailAddressBuilder.category(EnumWithCustomOfEmailAddressCategory category)
Set EmailAddress.category and return builder.
|
void |
EmailAddress.setCategory(EnumWithCustomOfEmailAddressCategory category)
Set category.
|
Constructor and Description |
---|
EmailAddress(EnumWithCustomOfEmailAddressCategory category,
String displayName,
Boolean preferred,
String routingType,
String address,
String originalAddressString)
Initializes a new instance of the EmailAddress
|
EnumWithCustomOfEmailAddressCategoryBuilder(EnumWithCustomOfEmailAddressCategory model) |
Copyright © 2020. All rights reserved.