The "volumes" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listBookshelvesVolumes ($userId, $shelf, $optParams=array()) |
| Retrieves volumes in a specific bookshelf for the specified user.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "volumes" collection of methods.
Typical usage is: $booksService = new Google_Service_Books(...); $volumes = $booksService->volumes;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ listBookshelvesVolumes()
Google_Service_Books_BookshelvesVolumes_Resource::listBookshelvesVolumes |
( |
| $userId, |
|
|
| $shelf, |
|
|
| $optParams = array() ) |
Retrieves volumes in a specific bookshelf for the specified user.
(volumes.listBookshelvesVolumes)
- Parameters
-
string | $userId | ID of user for whom to retrieve bookshelf volumes. |
string | $shelf | ID of bookshelf to retrieve volumes. |
array | $optParams | Optional parameters. |
@opt_param bool showPreorders Set to true to show pre-ordered books. Defaults to false. @opt_param string maxResults Maximum number of results to return @opt_param string source String to identify the originator of this request. @opt_param string startIndex Index of the first element to return (starts at 0)
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Books.php