AudiobookBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
Sets the author(s) of the book.
Parameters
personBuilders |
The author(s) of this book. |
Sets the narrator(s) who read (or performed) the audiobook.
Parameters
personBuilders |
The narrator(s) of this audiobook. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-02-11 UTC.
[null,null,["Last updated 2021-02-11 UTC."],[],[],null,["public class **AudiobookBuilder** extends [IndexableBuilder](/docs/reference/android/com/google/firebase/appindexing/builders/IndexableBuilder)\\\u003c[AudiobookBuilder](/docs/reference/android/com/google/firebase/appindexing/builders/AudiobookBuilder)\\\u003e \nBuilder to construct an [Indexable](/docs/reference/android/com/google/firebase/appindexing/Indexable)\nfor an audiobook.\n\nFor reference, see: \u003c//bib.schema.org/Audiobook\u003e. \n\nPublic Method Summary\n\nInherited Method Summary \nFrom class [com.google.firebase.appindexing.builders.IndexableBuilder](/docs/reference/android/com/google/firebase/appindexing/builders/IndexableBuilder) \n\nFrom class java.lang.Object \n\nPublic Methods \n\npublic [AudiobookBuilder](/docs/reference/android/com/google/firebase/appindexing/builders/AudiobookBuilder)\n**setAuthor** ([PersonBuilder...](/docs/reference/android/com/google/firebase/appindexing/builders/PersonBuilder) personBuilders) \nSets the author(s) of the book. \n\nParameters\n\npublic [AudiobookBuilder](/docs/reference/android/com/google/firebase/appindexing/builders/AudiobookBuilder)\n**setReadBy** ([PersonBuilder...](/docs/reference/android/com/google/firebase/appindexing/builders/PersonBuilder) personBuilders) \nSets the narrator(s) who read (or performed) the audiobook. \n\nParameters"]]