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

#include <books_service.h>

Public Member Functions

 NotificationResource (BooksService *service)
 
 ~NotificationResource ()
 
NotificationResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &notification_id) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ NotificationResource()

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

◆ ~NotificationResource()

google_books_api::BooksService::NotificationResource::~NotificationResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

NotificationResource_GetMethod * google_books_api::BooksService::NotificationResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  notification_id 
) const

Creates a new NotificationResource_GetMethod instance.

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