BookBuilder

public class BookBuilder extends IndexableBuilder<BookBuilder>

Builder to construct an Indexable for a book.

For reference, see: //schema.org/Book.

Public Method Summary

BookBuilder
setAuthor(PersonBuilder... personBuilders)
Sets the author(s) of the book.

Inherited Method Summary

Public Methods

public BookBuildersetAuthor(PersonBuilder... personBuilders)

Sets the author(s) of the book.

Parameters
personBuildersThe author(s) of this book.