public interface BookStep
| Modifier and Type | Method and Description |
|---|---|
BookStep |
author(java.lang.String author) |
Book |
build() |
BookStep |
isbn(java.lang.String isbn) |
BookStep |
pagesCount(int count) |
BookStep |
publisher(java.lang.String publisher) |