Light Novel Reader Api
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Light Novel Reader Api
Light Novel Reader Api
/
io.nightfish.lightnovelreader.api.book
/
Volume
Volume
data
class
Volume
(
val
volumeId
:
String
,
val
volumeTitle
:
String
,
val
chapters
:
List
<
ChapterInformation
>
)
:
CanBeEmpty
书本卷信息
Since
Api 2
Parameters
volume
Id
卷id
volume
Title
卷标题
chapters
该卷包含的章节列表
Members
Constructors
Volume
Link copied to clipboard
constructor
(
volumeId
:
String
,
volumeTitle
:
String
,
chapters
:
List
<
ChapterInformation
>
)
Properties
chapters
Link copied to clipboard
val
chapters
:
List
<
ChapterInformation
>
volume
Id
Link copied to clipboard
val
volumeId
:
String
volume
Title
Link copied to clipboard
val
volumeTitle
:
String
Functions
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
判断卷信息是否为空 卷id为空字符串时判断为空