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

#include <android_enterprise_service.h>

Public Member Functions

 DevicesResource (AndroidEnterpriseService *service)
 
 ~DevicesResource ()
 
DevicesResource_ForceReportUploadMethodNewForceReportUploadMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id) const
 
DevicesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id) const
 
DevicesResource_GetStateMethodNewGetStateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id) const
 
DevicesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const
 
DevicesResource_SetStateMethodNewSetStateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id, const DeviceState &_content_) const
 
DevicesResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id, const Device &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ DevicesResource()

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

◆ ~DevicesResource()

google_androidenterprise_api::AndroidEnterpriseService::DevicesResource::~DevicesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewForceReportUploadMethod()

DevicesResource_ForceReportUploadMethod * google_androidenterprise_api::AndroidEnterpriseService::DevicesResource::NewForceReportUploadMethod ( 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 DevicesResource_ForceReportUploadMethod 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 ID of the device.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

DevicesResource_GetMethod * google_androidenterprise_api::AndroidEnterpriseService::DevicesResource::NewGetMethod ( 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 DevicesResource_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 ID of the device.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetStateMethod()

DevicesResource_GetStateMethod * google_androidenterprise_api::AndroidEnterpriseService::DevicesResource::NewGetStateMethod ( 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 DevicesResource_GetStateMethod 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 ID of the device.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

DevicesResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::DevicesResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id 
) const

Creates a new DevicesResource_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.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetStateMethod()

DevicesResource_SetStateMethod * google_androidenterprise_api::AndroidEnterpriseService::DevicesResource::NewSetStateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id,
const absl::string_view &  device_id,
const DeviceState _content_ 
) const

Creates a new DevicesResource_SetStateMethod 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 ID of the device.
[in]<em>content</em>The data object to setState.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

DevicesResource_UpdateMethod * google_androidenterprise_api::AndroidEnterpriseService::DevicesResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  enterprise_id,
const absl::string_view &  user_id,
const absl::string_view &  device_id,
const Device _content_ 
) const

Creates a new DevicesResource_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 ID of the device.
[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: