Builder to construct an Indexable
for an audiobook.
For reference, see: //bib.schema.org/Audiobook.
Public Method Summary
AudiobookBuilder | |
AudiobookBuilder |
setReadBy(PersonBuilder...
personBuilders)
Sets the narrator(s) who read (or performed) the audiobook.
|
Inherited Method Summary
Public Methods
public AudiobookBuilder setAuthor (PersonBuilder... personBuilders)
Sets the author(s) of the book.
Parameters
personBuilders | The author(s) of this book. |
---|
public AudiobookBuilder setReadBy (PersonBuilder... personBuilders)
Sets the narrator(s) who read (or performed) the audiobook.
Parameters
personBuilders | The narrator(s) of this audiobook. |
---|