Package | Description |
---|---|
com.google.api.services.libraryagent.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleExampleLibraryagentV1Book |
GoogleExampleLibraryagentV1Book.clone() |
GoogleExampleLibraryagentV1Book |
GoogleExampleLibraryagentV1Book.set(java.lang.String fieldName,
java.lang.Object value) |
GoogleExampleLibraryagentV1Book |
GoogleExampleLibraryagentV1Book.setAuthor(java.lang.String author)
The name of the book author.
|
GoogleExampleLibraryagentV1Book |
GoogleExampleLibraryagentV1Book.setName(java.lang.String name)
The resource name of the book.
|
GoogleExampleLibraryagentV1Book |
GoogleExampleLibraryagentV1Book.setRead(java.lang.Boolean read)
Value indicating whether the book has been read.
|
GoogleExampleLibraryagentV1Book |
GoogleExampleLibraryagentV1Book.setTitle(java.lang.String title)
The title of the book.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GoogleExampleLibraryagentV1Book> |
GoogleExampleLibraryagentV1ListBooksResponse.getBooks()
The list of books.
|
Modifier and Type | Method and Description |
---|---|
GoogleExampleLibraryagentV1ListBooksResponse |
GoogleExampleLibraryagentV1ListBooksResponse.setBooks(java.util.List<GoogleExampleLibraryagentV1Book> books)
The list of books.
|