|
androidenterprise
v1
|
#include <android_enterprise_service.h>
Public Member Functions | |
| DevicesResource (AndroidEnterpriseService *service) | |
| ~DevicesResource () | |
| DevicesResource_ForceReportUploadMethod * | NewForceReportUploadMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id) const |
| DevicesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id) const |
| DevicesResource_GetStateMethod * | NewGetStateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id) const |
| DevicesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const |
| DevicesResource_SetStateMethod * | 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 |
| DevicesResource_UpdateMethod * | 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 |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | user_id | The ID of the user. |
| [in] | device_id | The ID of the device. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | user_id | The ID of the user. |
| [in] | device_id | The ID of the device. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | user_id | The ID of the user. |
| [in] | device_id | The ID of the device. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | user_id | The ID of the user. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | user_id | The ID of the user. |
| [in] | device_id | The ID of the device. |
| [in] | <em>content</em> | The data object to setState. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | user_id | The ID of the user. |
| [in] | device_id | The ID of the device. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.