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

#include <android_enterprise_service.h>

Public Member Functions

 InstallsResource (AndroidEnterpriseService *service)
 
 ~InstallsResource ()
 
InstallsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id, const absl::string_view &install_id) const
 
InstallsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id, const absl::string_view &install_id) const
 
InstallsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id) const
 
InstallsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id, const absl::string_view &install_id, const Install &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ InstallsResource()

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

◆ ~InstallsResource()

google_androidenterprise_api::AndroidEnterpriseService::InstallsResource::~InstallsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

InstallsResource_DeleteMethod * google_androidenterprise_api::AndroidEnterpriseService::InstallsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id,
const absl::string_view &  device_id,
const absl::string_view &  install_id 
) const

Creates a new InstallsResource_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]user_idThe ID of the user.
[in]device_idThe Android ID of the device.
[in]install_idThe ID of the product represented by the install, e.g. "app:com.google.android.gm".
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

InstallsResource_GetMethod * google_androidenterprise_api::AndroidEnterpriseService::InstallsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id,
const absl::string_view &  device_id,
const absl::string_view &  install_id 
) const

Creates a new InstallsResource_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]user_idThe ID of the user.
[in]device_idThe Android ID of the device.
[in]install_idThe ID of the product represented by the install, e.g. "app:com.google.android.gm".
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

InstallsResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::InstallsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id,
const absl::string_view &  device_id 
) const

Creates a new InstallsResource_ListMethod instance.

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

◆ NewUpdateMethod()

InstallsResource_UpdateMethod * google_androidenterprise_api::AndroidEnterpriseService::InstallsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id,
const absl::string_view &  device_id,
const absl::string_view &  install_id,
const Install _content_ 
) const

Creates a new InstallsResource_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]user_idThe ID of the user.
[in]device_idThe Android ID of the device.
[in]install_idThe ID of the product represented by the install, e.g. "app:com.google.android.gm".
[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: