|
androidenterprise
v1
|
#include <android_enterprise_service.h>
Public Member Functions | |
| UsersResource (AndroidEnterpriseService *service) | |
| ~UsersResource () | |
| UsersResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const |
| UsersResource_GenerateAuthenticationTokenMethod * | NewGenerateAuthenticationTokenMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const |
| UsersResource_GenerateTokenMethod * | NewGenerateTokenMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const |
| UsersResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const |
| UsersResource_GetAvailableProductSetMethod * | NewGetAvailableProductSetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const |
| UsersResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const User &_content_) const |
| UsersResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &email) const |
| UsersResource_RevokeDeviceAccessMethod * | NewRevokeDeviceAccessMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const |
| UsersResource_RevokeTokenMethod * | NewRevokeTokenMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id) const |
| UsersResource_SetAvailableProductSetMethod * | NewSetAvailableProductSetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const ProductSet &_content_) const |
| UsersResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const absl::string_view &user_id, const User &_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.
| UsersResource_DeleteMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id | ||
| ) | const |
Creates a new UsersResource_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. |
Execute the method instance, then destroy it when they are finished. | UsersResource_GenerateAuthenticationTokenMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewGenerateAuthenticationTokenMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id | ||
| ) | const |
Creates a new UsersResource_GenerateAuthenticationTokenMethod 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. | UsersResource_GenerateTokenMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewGenerateTokenMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id | ||
| ) | const |
Creates a new UsersResource_GenerateTokenMethod 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. | UsersResource_GetAvailableProductSetMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewGetAvailableProductSetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id | ||
| ) | const |
Creates a new UsersResource_GetAvailableProductSetMethod 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. | UsersResource_GetMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id | ||
| ) | const |
Creates a new UsersResource_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. |
Execute the method instance, then destroy it when they are finished. | UsersResource_InsertMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const User & | _content_ | ||
| ) | const |
Creates a new UsersResource_InsertMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | UsersResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | |||
| ) | const |
Creates a new UsersResource_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] | The exact primary email address of the user to look up. |
Execute the method instance, then destroy it when they are finished. | UsersResource_RevokeDeviceAccessMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewRevokeDeviceAccessMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id | ||
| ) | const |
Creates a new UsersResource_RevokeDeviceAccessMethod 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. | UsersResource_RevokeTokenMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewRevokeTokenMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id | ||
| ) | const |
Creates a new UsersResource_RevokeTokenMethod 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. | UsersResource_SetAvailableProductSetMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewSetAvailableProductSetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id, | ||
| const ProductSet & | _content_ | ||
| ) | const |
Creates a new UsersResource_SetAvailableProductSetMethod 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] | <em>content</em> | The data object to setAvailableProductSet. |
Execute the method instance, then destroy it when they are finished. | UsersResource_UpdateMethod * google_androidenterprise_api::AndroidEnterpriseService::UsersResource::NewUpdateMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const absl::string_view & | user_id, | ||
| const User & | _content_ | ||
| ) | const |
Creates a new UsersResource_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] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.