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

#include <books_service.h>

Classes

class  AnnotationsResource
 
class  BookshelvesResource
 
class  ReadingpositionsResource
 

Public Member Functions

 MylibraryResource (BooksService *service)
 
 ~MylibraryResource ()
 
const AnnotationsResourceget_annotations () const
 
const BookshelvesResourceget_bookshelves () const
 
const ReadingpositionsResourceget_readingpositions () const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ MylibraryResource()

google_books_api::BooksService::MylibraryResource::MylibraryResource ( 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.

◆ ~MylibraryResource()

google_books_api::BooksService::MylibraryResource::~MylibraryResource ( )
inline

Standard destructor.

Member Function Documentation

◆ get_annotations()

const AnnotationsResource& google_books_api::BooksService::MylibraryResource::get_annotations ( ) const
inline

Gets the annotations resource method factory.

Returns
AnnotationsResource for creating methods.

◆ get_bookshelves()

const BookshelvesResource& google_books_api::BooksService::MylibraryResource::get_bookshelves ( ) const
inline

Gets the bookshelves resource method factory.

Returns
BookshelvesResource for creating methods.

◆ get_readingpositions()

const ReadingpositionsResource& google_books_api::BooksService::MylibraryResource::get_readingpositions ( ) const
inline

Gets the readingpositions resource method factory.

Returns
ReadingpositionsResource for creating methods.

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