androidenterprise  v1
Public Member Functions | List of all members
google_androidenterprise_api::AndroidEnterpriseService::WebappsResource Class Reference

#include <android_enterprise_service.h>

Public Member Functions

 WebappsResource (AndroidEnterpriseService *service)
 
 ~WebappsResource ()
 
WebappsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &web_app_id) const
 
WebappsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &web_app_id) const
 
WebappsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const WebApp &_content_) const
 
WebappsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id) const
 
WebappsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &web_app_id, const WebApp &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ WebappsResource()

google_androidenterprise_api::AndroidEnterpriseService::WebappsResource::WebappsResource ( AndroidEnterpriseService 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.

◆ ~WebappsResource()

google_androidenterprise_api::AndroidEnterpriseService::WebappsResource::~WebappsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

WebappsResource_DeleteMethod * google_androidenterprise_api::AndroidEnterpriseService::WebappsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  web_app_id 
) const

Creates a new WebappsResource_DeleteMethod instance.

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

◆ NewGetMethod()

WebappsResource_GetMethod * google_androidenterprise_api::AndroidEnterpriseService::WebappsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  web_app_id 
) const

Creates a new WebappsResource_GetMethod instance.

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

◆ NewInsertMethod()

WebappsResource_InsertMethod * google_androidenterprise_api::AndroidEnterpriseService::WebappsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const WebApp _content_ 
) const

Creates a new WebappsResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

WebappsResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::WebappsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id 
) const

Creates a new WebappsResource_ListMethod instance.

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

◆ NewUpdateMethod()

WebappsResource_UpdateMethod * google_androidenterprise_api::AndroidEnterpriseService::WebappsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  web_app_id,
const WebApp _content_ 
) const

Creates a new WebappsResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]enterprise_idThe ID of the enterprise.
[in]web_app_idThe ID of the web app.
[in]<em>content</em>The data object to update.
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: