Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Contacts Library
/
com.cloudike.sdk.contacts
/
ContactItem
/
Address
Address
data
class
Address
(
val
type
:
String
,
val
value
:
String
?
,
val
street
:
String
?
,
val
city
:
String
?
,
val
subject
:
String
?
,
val
country
:
String
?
,
val
postal
:
String
?
,
val
pobox
:
String
?
,
val
neighborhood
:
String
?
)
:
Parcelable
Members
Constructors
Address
Link copied to clipboard
constructor
(
type
:
String
,
value
:
String
?
,
street
:
String
?
,
city
:
String
?
,
subject
:
String
?
,
country
:
String
?
,
postal
:
String
?
,
pobox
:
String
?
,
neighborhood
:
String
?
)
Properties
city
Link copied to clipboard
@
SerializedName
(
value
=
"city"
)
val
city
:
String
?
country
Link copied to clipboard
@
SerializedName
(
value
=
"country"
)
val
country
:
String
?
neighborhood
Link copied to clipboard
@
SerializedName
(
value
=
"neighborhood"
)
val
neighborhood
:
String
?
pobox
Link copied to clipboard
@
SerializedName
(
value
=
"pobox"
)
val
pobox
:
String
?
postal
Link copied to clipboard
@
SerializedName
(
value
=
"postal"
)
val
postal
:
String
?
street
Link copied to clipboard
@
SerializedName
(
value
=
"street"
)
val
street
:
String
?
subject
Link copied to clipboard
@
SerializedName
(
value
=
"subject"
)
val
subject
:
String
?
type
Link copied to clipboard
@
SerializedName
(
value
=
"type"
)
val
type
:
String
value
Link copied to clipboard
@
SerializedName
(
value
=
"value"
)
val
value
:
String
?