BookSeriesEntity


class BookSeriesEntity : Entity


An object representing a book series entity.

Summary

Nested types

Builder class for BookSeriesEntity.

Public functions

Uri!

Returns the action link associated with the book.

(Mutable)List<String!>!

Returns the list of authors of the book series.

Int
Optional<Int!>!

Returns the read next type of the book.

Optional<String!>!

Returns the description of the book series, if available

(Mutable)List<DisplayTimeWindow!>!
Optional<String!>!

Returns the id of the entity.

(Mutable)List<String!>!

Returns the list of genre of the book series

Optional<Long!>!

Returns the last engagement time in milliseconds.

String!

Returns the name of the entity.

(Mutable)List<Image!>!

Returns the poster image of the entity.

Optional<Int!>!

Returns the percentage progress completed.

Optional<Rating!>!
Boolean

Public properties

Int

Public functions

getActionLinkUri

fun getActionLinkUri(): Uri!

Returns the action link associated with the book.

getAuthors

fun getAuthors(): (Mutable)List<String!>!

Returns the list of authors of the book series.

getAvailability

fun getAvailability(): Int

getContinueBookType

fun getContinueBookType(): Optional<Int!>!

Returns the read next type of the book.

getDescription

fun getDescription(): Optional<String!>!

Returns the description of the book series, if available

getDisplayTimeWindows

fun getDisplayTimeWindows(): (Mutable)List<DisplayTimeWindow!>!

getEntityId

fun getEntityId(): Optional<String!>!

Returns the id of the entity.

getGenres

fun getGenres(): (Mutable)List<String!>!

Returns the list of genre of the book series

getLastEngagementTimeMillis

fun getLastEngagementTimeMillis(): Optional<Long!>!

Returns the last engagement time in milliseconds.

getName

fun getName(): String!

Returns the name of the entity.

getPosterImages

fun getPosterImages(): (Mutable)List<Image!>!

Returns the poster image of the entity.

getProgressPercentComplete

fun getProgressPercentComplete(): Optional<Int!>!

Returns the percentage progress completed.

getRating

fun getRating(): Optional<Rating!>!

isDownloadedOnDevice

fun isDownloadedOnDevice(): Boolean

Public properties

bookCount

val bookCountInt