The "bookshelves" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | get ($userId, $shelf, $optParams=array()) |
| | Retrieves metadata for a specific bookshelf for the specified user.
|
| |
| | listBookshelves ($userId, $optParams=array()) |
| | Retrieves a list of public bookshelves for the specified user.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "bookshelves" collection of methods.
Typical usage is: $booksService = new Google_Service_Books(...); $bookshelves = $booksService->bookshelves;
◆ 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
-
◆ get()
| Google_Service_Books_Bookshelves_Resource::get |
( |
| $userId, |
|
|
| $shelf, |
|
|
| $optParams = array() ) |
Retrieves metadata for a specific bookshelf for the specified user.
(bookshelves.get)
- Parameters
-
| string | $userId | ID of user for whom to retrieve bookshelves. |
| string | $shelf | ID of bookshelf to retrieve. |
| array | $optParams | Optional parameters. |
@opt_param string source String to identify the originator of this request.
- Return values
-
◆ listBookshelves()
| Google_Service_Books_Bookshelves_Resource::listBookshelves |
( |
| $userId, |
|
|
| $optParams = array() ) |
Retrieves a list of public bookshelves for the specified user.
(bookshelves.listBookshelves)
- Parameters
-
| string | $userId | ID of user for whom to retrieve bookshelves. |
| array | $optParams | Optional parameters. |
@opt_param string source String to identify the originator of this request.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Books.php