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

#include <android_enterprise_service.h>

Public Member Functions

 GrouplicenseusersResource (AndroidEnterpriseService *service)
 
 ~GrouplicenseusersResource ()
 
GrouplicenseusersResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &group_license_id) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ GrouplicenseusersResource()

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

◆ ~GrouplicenseusersResource()

google_androidenterprise_api::AndroidEnterpriseService::GrouplicenseusersResource::~GrouplicenseusersResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewListMethod()

GrouplicenseusersResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::GrouplicenseusersResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  group_license_id 
) const

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

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