books
v1
|
#include <books_service.h>
Public Member Functions | |
FamilysharingResource (BooksService *service) | |
~FamilysharingResource () | |
FamilysharingResource_GetFamilyInfoMethod * | NewGetFamilyInfoMethod (client::AuthorizationCredential *_credential_) const |
FamilysharingResource_ShareMethod * | NewShareMethod (client::AuthorizationCredential *_credential_) const |
FamilysharingResource_UnshareMethod * | NewUnshareMethod (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.
FamilysharingResource_GetFamilyInfoMethod * google_books_api::BooksService::FamilysharingResource::NewGetFamilyInfoMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new FamilysharingResource_GetFamilyInfoMethod 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. FamilysharingResource_ShareMethod * google_books_api::BooksService::FamilysharingResource::NewShareMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new FamilysharingResource_ShareMethod 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. FamilysharingResource_UnshareMethod * google_books_api::BooksService::FamilysharingResource::NewUnshareMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new FamilysharingResource_UnshareMethod 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.