BookSeriesEntity

public final class BookSeriesEntity extends Entity


An object representing a book series entity.

Summary

Nested types

public final class BookSeriesEntity.Builder

Builder class for BookSeriesEntity.

Public fields

final int

Public methods

Uri

Returns the action link associated with the book.

List<String>

Returns the list of authors of the book series.

int
int

Returns the number of books in the book series.

Optional<Integer>

Returns the read next type of the book.

Optional<String>

Returns the description of the book series, if available

List<DisplayTimeWindow>
Optional<String>

Returns the id of the entity.

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.

List<Image>

Returns the poster image of the entity.

Optional<Integer>

Returns the percentage progress completed.

Optional<Rating>
boolean

Public fields

bookCount

public final int bookCount

Public methods

getActionLinkUri

public Uri getActionLinkUri()

Returns the action link associated with the book.

getAuthors

public List<StringgetAuthors()

Returns the list of authors of the book series.

getAvailability

public int getAvailability()

getBookCount

public int getBookCount()

Returns the number of books in the book series.

getContinueBookType

public Optional<IntegergetContinueBookType()

Returns the read next type of the book.

getDescription

public Optional<StringgetDescription()

Returns the description of the book series, if available

getDisplayTimeWindows

public List<DisplayTimeWindowgetDisplayTimeWindows()

getEntityId

public Optional<StringgetEntityId()

Returns the id of the entity.

getGenres

public List<StringgetGenres()

Returns the list of genre of the book series

getLastEngagementTimeMillis

public Optional<LonggetLastEngagementTimeMillis()

Returns the last engagement time in milliseconds.

getName

public String getName()

Returns the name of the entity.

getPosterImages

public List<ImagegetPosterImages()

Returns the poster image of the entity.

getProgressPercentComplete

public Optional<IntegergetProgressPercentComplete()

Returns the percentage progress completed.

getRating

public Optional<RatinggetRating()

isDownloadedOnDevice

public boolean isDownloadedOnDevice()