comicviewer
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
comicviewer
model
/
com.sorrowblue.comicviewer.domain.model.collection
/
BasicCollection
Basic
Collection
data
class
BasicCollection
:
Collection
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
open
override
val
count
:
Int
created
At
Link copied to clipboard
open
override
val
createdAt
:
LocalDateTime
id
Link copied to clipboard
open
override
val
id
:
CollectionId
name
Link copied to clipboard
open
override
val
name
:
String
updated
At
Link copied to clipboard
open
override
val
updatedAt
:
LocalDateTime
Functions
copy
Link copied to clipboard
fun
copy
(
name
:
String
=
this.name
)
:
BasicCollection