public class Libraryagent.Shelves
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
Libraryagent.Shelves.Books
The "books" collection of methods.
|
class |
Libraryagent.Shelves.Get |
class |
Libraryagent.Shelves.List |
Constructor and Description |
---|
Shelves() |
Modifier and Type | Method and Description |
---|---|
Libraryagent.Shelves.Books |
books()
An accessor for creating requests from the Books collection.
|
Libraryagent.Shelves.Get |
get(java.lang.String name)
Gets a shelf.
|
Libraryagent.Shelves.List |
list()
Lists shelves.
|
public Libraryagent.Shelves.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The name of the shelf to retrieve.java.io.IOException
public Libraryagent.Shelves.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.java.io.IOException
public Libraryagent.Shelves.Books books()
The typical use is:
Libraryagent libraryagent = new Libraryagent(...);
Libraryagent.Books.List request = libraryagent.books().list(parameters ...)