books
v1
|
#include <books_service.h>
Public Member Functions | |
OnboardingResource (BooksService *service) | |
~OnboardingResource () | |
OnboardingResource_ListCategoriesMethod * | NewListCategoriesMethod (client::AuthorizationCredential *_credential_) const |
OnboardingResource_ListCategoryVolumesMethod * | NewListCategoryVolumesMethod (client::AuthorizationCredential *_credential_) const |
OnboardingResource_ListCategoryVolumesMethodPager * | NewListCategoryVolumesMethodPager (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.
OnboardingResource_ListCategoriesMethod * google_books_api::BooksService::OnboardingResource::NewListCategoriesMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new OnboardingResource_ListCategoriesMethod 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. OnboardingResource_ListCategoryVolumesMethod * google_books_api::BooksService::OnboardingResource::NewListCategoryVolumesMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new OnboardingResource_ListCategoryVolumesMethod 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. OnboardingResource_ListCategoryVolumesMethodPager * google_books_api::BooksService::OnboardingResource::NewListCategoryVolumesMethodPager | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |