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

#include <android_enterprise_service.h>

Public Member Functions

 GrouplicensesResource (AndroidEnterpriseService *service)
 
 ~GrouplicensesResource ()
 
GrouplicensesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &group_license_id) const
 
GrouplicensesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ GrouplicensesResource()

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

◆ ~GrouplicensesResource()

google_androidenterprise_api::AndroidEnterpriseService::GrouplicensesResource::~GrouplicensesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewGetMethod()

GrouplicensesResource_GetMethod * google_androidenterprise_api::AndroidEnterpriseService::GrouplicensesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  group_license_id 
) const

Creates a new GrouplicensesResource_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]group_license_idThe ID of the product the group license is for, e.g. "app:com.google.android.gm".
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

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

Creates a new GrouplicensesResource_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.

The documentation for this class was generated from the following files: