Kgapi
address.h
53 /** Output only. The type of the address translated and formatted in the viewer's account locale or the `Accept-Language` HTTP header locale. **/
66 /** The [ISO 3166-1 alpha-2](http://www.iso.org/iso/country_codes.htm) country code of the address. **/
81 /** The type of the address. The type can be custom or one of these predefined values: * `home` * `work` * `other` **/
QString countryCode() const
The ISO 3166-1 alpha-2 country code of the address.
Definition address.cpp:101
void setExtendedAddress(const QString &value)
Sets value of the extendedAddress property.
Definition address.cpp:151
void setMetadata(const FieldMetadata &value)
Sets value of the metadata property.
Definition address.cpp:97
QString region() const
The region of the address; for example, the state or province.
Definition address.cpp:155
QString extendedAddress() const
The extended address of the address; for example, the apartment number.
Definition address.cpp:146
void setStreetAddress(const QString &value)
Sets value of the streetAddress property.
Definition address.cpp:169
void setFormattedValue(const QString &value)
Sets value of the formattedValue property.
Definition address.cpp:142
void setCountryCode(const QString &value)
Sets value of the countryCode property.
Definition address.cpp:106
void setPostalCode(const QString &value)
Sets value of the postalCode property.
Definition address.cpp:115
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:48:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 21 2025 11:48:08 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.