Package io.keikai.api
Class Books
java.lang.Object
io.keikai.api.Books
Contains factory methods to create a
Book.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BookcreateBook(String bookName) Create a book with the bookName, e.g.
-
Constructor Details
-
Books
public Books()
-
-
Method Details
-
createBook
Create a book with the bookName, e.g. Book1.xlsx- Parameters:
bookName-- Returns:
- the book instance
-