|
androidenterprise
v1
|
#include <android_enterprise_service.h>
Public Member Functions | |
| InstallsResource (AndroidEnterpriseService *service) | |
| ~InstallsResource () | |
| InstallsResource_DeleteMethod * | 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 |
| InstallsResource_GetMethod * | 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 |
| InstallsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const absl::string_view &device_id) const |
| InstallsResource_UpdateMethod * | 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 |
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.
| 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.
| [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 Android ID of the device. |
| [in] | install_id | The ID of the product represented by the install, e.g. "app:com.google.android.gm". |
Execute the method instance, then destroy it when they are finished. | 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.
| [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 Android ID of the device. |
| [in] | install_id | The ID of the product represented by the install, e.g. "app:com.google.android.gm". |
Execute the method instance, then destroy it when they are finished. | 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.
| [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 Android ID of the device. |
Execute the method instance, then destroy it when they are finished. | 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.
| [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 Android ID of the device. |
| [in] | install_id | The ID of the product represented by the install, e.g. "app:com.google.android.gm". |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.