books  v1
Classes | Public Member Functions | List of all members
google_books_api::BooksService::SeriesResource Class Reference

#include <books_service.h>

Classes

class  MembershipResource
 

Public Member Functions

 SeriesResource (BooksService *service)
 
 ~SeriesResource ()
 
const MembershipResourceget_membership () const
 
SeriesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const client::JsonCppArray< string > &series_id) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ SeriesResource()

google_books_api::BooksService::SeriesResource::SeriesResource ( BooksService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~SeriesResource()

google_books_api::BooksService::SeriesResource::~SeriesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ get_membership()

const MembershipResource& google_books_api::BooksService::SeriesResource::get_membership ( ) const
inline

Gets the membership resource method factory.

Returns
MembershipResource for creating methods.

◆ NewGetMethod()

SeriesResource_GetMethod * google_books_api::BooksService::SeriesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const client::JsonCppArray< string > &  series_id 
) const

Creates a new SeriesResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]series_idString that identifies the series.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

The documentation for this class was generated from the following files: