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 BookBuilder setAuthor (PersonBuilder... personBuilders)

Sets the author(s) of the book.

Parameters
personBuilders The author(s) of this book.