books
v1
|
#include <books_service.h>
Public Member Functions | |
PromoofferResource (BooksService *service) | |
~PromoofferResource () | |
PromoofferResource_AcceptMethod * | NewAcceptMethod (client::AuthorizationCredential *_credential_) const |
PromoofferResource_DismissMethod * | NewDismissMethod (client::AuthorizationCredential *_credential_) const |
PromoofferResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_) 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.
PromoofferResource_AcceptMethod * google_books_api::BooksService::PromoofferResource::NewAcceptMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new PromoofferResource_AcceptMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute
the method instance, then destroy it when they are finished. PromoofferResource_DismissMethod * google_books_api::BooksService::PromoofferResource::NewDismissMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new PromoofferResource_DismissMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute
the method instance, then destroy it when they are finished. PromoofferResource_GetMethod * google_books_api::BooksService::PromoofferResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new PromoofferResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute
the method instance, then destroy it when they are finished.