Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfPostalAddressCategory |
EnumWithCustomOfPostalAddressCategoryBuilder.build()
Build EnumWithCustomOfPostalAddressCategory instance.
|
EnumWithCustomOfPostalAddressCategory |
EnumWithCustomOfPostalAddressCategory.description(String description)
Set description and return this.
|
EnumWithCustomOfPostalAddressCategory |
PostalAddress.getCategory()
Address category.
|
EnumWithCustomOfPostalAddressCategory |
EnumWithCustomOfPostalAddressCategory.value(String value)
Set value and return this.
|
Modifier and Type | Method and Description |
---|---|
PostalAddress |
PostalAddress.category(EnumWithCustomOfPostalAddressCategory category)
Set category and return this.
|
PostalAddressBuilder |
PostalAddressBuilder.category(EnumWithCustomOfPostalAddressCategory category)
Set PostalAddress.category and return builder.
|
void |
PostalAddress.setCategory(EnumWithCustomOfPostalAddressCategory category)
Set category.
|
Constructor and Description |
---|
EnumWithCustomOfPostalAddressCategoryBuilder(EnumWithCustomOfPostalAddressCategory model) |
PostalAddress(String address,
EnumWithCustomOfPostalAddressCategory category,
String city,
String country,
String countryCode,
Boolean isMailingAddress,
String postalCode,
String postOfficeBox,
Boolean preferred,
String stateOrProvince,
String street)
Initializes a new instance of the PostalAddress
|
Copyright © 2020. All rights reserved.