|
androidenterprise
v1
|
#include <android_enterprise_service.h>
Public Member Functions | |
| PermissionsResource (AndroidEnterpriseService *service) | |
| ~PermissionsResource () | |
| PermissionsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &permission_id) 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.
| PermissionsResource_GetMethod * google_androidenterprise_api::AndroidEnterpriseService::PermissionsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | permission_id | ||
| ) | const |
Creates a new PermissionsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | permission_id | The ID of the permission. |
Execute the method instance, then destroy it when they are finished.