PostalAddress クラス
郵送先住所を表します。
名前空間
PostalAddress のコンストラクター
PostalAddress のコンストラクターは次のとおりです。
PostalAddress(addressLines, subLocality, locality, postalCode, subAdministrativeArea, administrativeArea, country, countryCode)
RichMessaging.PostalAddress クラスの新しいインスタンスを作成します。
署名
public PostalAddress(List<String> addressLines, String subLocality, String locality, String postalCode, String subAdministrativeArea, String administrativeArea, String country, String countryCode)