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

#include <books_service.h>

Public Member Functions

 FamilysharingResource (BooksService *service)
 
 ~FamilysharingResource ()
 
FamilysharingResource_GetFamilyInfoMethodNewGetFamilyInfoMethod (client::AuthorizationCredential *_credential_) const
 
FamilysharingResource_ShareMethodNewShareMethod (client::AuthorizationCredential *_credential_) const
 
FamilysharingResource_UnshareMethodNewUnshareMethod (client::AuthorizationCredential *_credential_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ FamilysharingResource()

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

◆ ~FamilysharingResource()

google_books_api::BooksService::FamilysharingResource::~FamilysharingResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetFamilyInfoMethod()

FamilysharingResource_GetFamilyInfoMethod * google_books_api::BooksService::FamilysharingResource::NewGetFamilyInfoMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new FamilysharingResource_GetFamilyInfoMethod instance.

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

◆ NewShareMethod()

FamilysharingResource_ShareMethod * google_books_api::BooksService::FamilysharingResource::NewShareMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new FamilysharingResource_ShareMethod instance.

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

◆ NewUnshareMethod()

FamilysharingResource_UnshareMethod * google_books_api::BooksService::FamilysharingResource::NewUnshareMethod ( client::AuthorizationCredential *  _credential_) const

Creates a new FamilysharingResource_UnshareMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
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: