public class Books.Cloudloading
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Books.Cloudloading.AddBook |
class |
Books.Cloudloading.DeleteBook |
class |
Books.Cloudloading.UpdateBook |
Constructor and Description |
---|
Cloudloading() |
Modifier and Type | Method and Description |
---|---|
Books.Cloudloading.AddBook |
addBook()
Create a request for the method "cloudloading.addBook".
|
Books.Cloudloading.DeleteBook |
deleteBook(java.lang.String volumeId)
Remove the book and its contents
Create a request for the method "cloudloading.deleteBook".
|
Books.Cloudloading.UpdateBook |
updateBook(BooksCloudloadingResource content)
Create a request for the method "cloudloading.updateBook".
|
public Books.Cloudloading.AddBook addBook() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException
public Books.Cloudloading.DeleteBook deleteBook(java.lang.String volumeId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.volumeId
- The id of the book to be removed.java.io.IOException
public Books.Cloudloading.UpdateBook updateBook(BooksCloudloadingResource content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the BooksCloudloadingResource
java.io.IOException