BookSeriesEntity

public final class BookSeriesEntity extends Entity

An object representing a book series entity.

Nested Class Summary

class BookSeriesEntity.Builder Builder class for BookSeriesEntity

Public Method Summary

Uri
getActionLinkUri()
Returns the action link associated with the book.
List<String>
getAuthors()
Returns the list of authors of the book series.
int
int
getBookCount()
Returns the number of books in the book series.
Optional<Integer>
getContinueBookType()
Returns the read next type of the book.
Optional<String>
getDescription()
Returns the description of the book series, if available
List<DisplayTimeWindow>
Optional<String>
getEntityId()
Returns the id of the entity.
List<String>
getGenres()
Returns the list of genre of the book series
Optional<Long>
getLastEngagementTimeMillis()
Returns the last engagement time in milliseconds.
String
getName()
Returns the name of the entity.
List<Image>
getPosterImages()
Returns the poster image of the entity.
Optional<Integer>
getProgressPercentComplete()
Returns the percentage progress completed.
Optional<Rating>
boolean

Inherited Method Summary

Public Methods

public Uri getActionLinkUri ()

Returns the action link associated with the book.

public List<String> getAuthors ()

Returns the list of authors of the book series.

public int getAvailability ()

public int getBookCount ()

Returns the number of books in the book series.

public Optional<Integer> getContinueBookType ()

Returns the read next type of the book.

public Optional<String> getDescription ()

Returns the description of the book series, if available

public List<DisplayTimeWindow> getDisplayTimeWindows ()

public Optional<String> getEntityId ()

Returns the id of the entity.

public List<String> getGenres ()

Returns the list of genre of the book series

public Optional<Long> getLastEngagementTimeMillis ()

Returns the last engagement time in milliseconds.

public String getName ()

Returns the name of the entity.

public List<Image> getPosterImages ()

Returns the poster image of the entity.

public Optional<Integer> getProgressPercentComplete ()

Returns the percentage progress completed.

public Optional<Rating> getRating ()

public boolean isDownloadedOnDevice ()