Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfPostalAddressCategory |
EnumWithCustomOfPostalAddressCategory.description(String description) |
EnumWithCustomOfPostalAddressCategory |
PostalAddress.getCategory()
Address category.
|
EnumWithCustomOfPostalAddressCategory |
EnumWithCustomOfPostalAddressCategory.value(String value) |
Modifier and Type | Method and Description |
---|---|
PostalAddress |
PostalAddress.category(EnumWithCustomOfPostalAddressCategory category) |
void |
PostalAddress.setCategory(EnumWithCustomOfPostalAddressCategory category) |
Constructor and Description |
---|
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.