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
/
BookItem
Book
Item
data
class
BookItem
(
val
id
:
String
,
val
name
:
String
,
val
createdAt
:
Long
?
,
val
updatedAt
:
Long
?
,
val
contactsTotal
:
Int
,
val
contactsDeleted
:
Int
,
val
links
:
BookItem.Links
?
)
:
Parcelable
Members
Constructors
Book
Item
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
createdAt
:
Long
?
,
updatedAt
:
Long
?
,
contactsTotal
:
Int
,
contactsDeleted
:
Int
,
links
:
BookItem.Links
?
)
Types
Links
Link copied to clipboard
class
Links
(
val
self
:
String
?
,
val
uncompletedUpdates
:
String
?
)
:
Parcelable
Properties
contacts
Deleted
Link copied to clipboard
val
contactsDeleted
:
Int
contacts
Total
Link copied to clipboard
val
contactsTotal
:
Int
created
At
Link copied to clipboard
val
createdAt
:
Long
?
id
Link copied to clipboard
val
id
:
String
links
Link copied to clipboard
val
links
:
BookItem.Links
?
name
Link copied to clipboard
val
name
:
String
updated
At
Link copied to clipboard
val
updatedAt
:
Long
?