Folks.PostalAddressDetails Reference Manual
PostalAddressDetails
Object Hierarchy:
Description:
public
interface
PostalAddressDetails
:
Object
Interface for classes that can provide postal addresses, such as
Persona
and
Individual
.
All known implementing classes:
Individual
Namespace:
Folks
Package:
folks
Content:
Properties:
public
abstract
Set
<
PostalAddressFieldDetails
>
postal_addresses
{
set
;
get
; }
The postal addresses of the contact.
Methods:
public
virtual
async
void
change_postal_addresses
(
Set
<
PostalAddressFieldDetails
> postal_addresses)
throws
PropertyError
Change the contact's postal addresses.