|
books
v1
|
#include <books_service.h>
Classes | |
| class | MembershipResource |
Public Member Functions | |
| SeriesResource (BooksService *service) | |
| ~SeriesResource () | |
| const MembershipResource & | get_membership () const |
| SeriesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const client::JsonCppArray< string > &series_id) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
|
inline |
Gets the membership resource method factory.
| SeriesResource_GetMethod * google_books_api::BooksService::SeriesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const client::JsonCppArray< string > & | series_id | ||
| ) | const |
Creates a new SeriesResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | series_id | String that identifies the series. |
Execute the method instance, then destroy it when they are finished.