|
Methods defined here:
- __init__(self)
- list = method(self, **kwargs)
- Retrieves volumes in a specific bookshelf for the specified user.
Args:
shelf: string, Id of bookshelf to retrieve volumes. (required)
source: string, String to identify the originator of this request.
userId: string, Id of user for whom to retrieve bookshelf volumes. (required)
maxResults: integer, Maximum number of results to return
startIndex: integer, Index of the first element to return (starts at 0)
country: string, ISO-3166-1 code to override the IP-based location.
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|