|
androidenterprise
v1
|
#include <android_enterprise_service.h>
Public Member Functions | |
| EnterprisesResource (AndroidEnterpriseService *service) | |
| ~EnterprisesResource () | |
| EnterprisesResource_AcknowledgeNotificationSetMethod * | NewAcknowledgeNotificationSetMethod (client::AuthorizationCredential *_credential_) const |
| EnterprisesResource_CompleteSignupMethod * | NewCompleteSignupMethod (client::AuthorizationCredential *_credential_) const |
| EnterprisesResource_CreateWebTokenMethod * | NewCreateWebTokenMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const AdministratorWebTokenSpec &_content_) const |
| EnterprisesResource_EnrollMethod * | NewEnrollMethod (client::AuthorizationCredential *_credential_, const absl::string_view &token, const Enterprise &_content_) const |
| EnterprisesResource_GenerateSignupUrlMethod * | NewGenerateSignupUrlMethod (client::AuthorizationCredential *_credential_) const |
| EnterprisesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id) const |
| EnterprisesResource_GetServiceAccountMethod * | NewGetServiceAccountMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id) const |
| EnterprisesResource_GetStoreLayoutMethod * | NewGetStoreLayoutMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id) const |
| EnterprisesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &domain) const |
| EnterprisesResource_PullNotificationSetMethod * | NewPullNotificationSetMethod (client::AuthorizationCredential *_credential_) const |
| EnterprisesResource_SendTestPushNotificationMethod * | NewSendTestPushNotificationMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id) const |
| EnterprisesResource_SetAccountMethod * | NewSetAccountMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const EnterpriseAccount &_content_) const |
| EnterprisesResource_SetStoreLayoutMethod * | NewSetStoreLayoutMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_id, const StoreLayout &_content_) const |
| EnterprisesResource_UnenrollMethod * | NewUnenrollMethod (client::AuthorizationCredential *_credential_, const absl::string_view &enterprise_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.
| EnterprisesResource_AcknowledgeNotificationSetMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewAcknowledgeNotificationSetMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new EnterprisesResource_AcknowledgeNotificationSetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_CompleteSignupMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewCompleteSignupMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new EnterprisesResource_CompleteSignupMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_CreateWebTokenMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewCreateWebTokenMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const AdministratorWebTokenSpec & | _content_ | ||
| ) | const |
Creates a new EnterprisesResource_CreateWebTokenMethod 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 createWebToken. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_EnrollMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewEnrollMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | token, | ||
| const Enterprise & | _content_ | ||
| ) | const |
Creates a new EnterprisesResource_EnrollMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | token | The token provided by the enterprise to register the EMM. |
| [in] | <em>content</em> | The data object to enroll. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_GenerateSignupUrlMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewGenerateSignupUrlMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new EnterprisesResource_GenerateSignupUrlMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_GetMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id | ||
| ) | const |
Creates a new EnterprisesResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_GetServiceAccountMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewGetServiceAccountMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id | ||
| ) | const |
Creates a new EnterprisesResource_GetServiceAccountMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_GetStoreLayoutMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewGetStoreLayoutMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id | ||
| ) | const |
Creates a new EnterprisesResource_GetStoreLayoutMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_ListMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | domain | ||
| ) | const |
Creates a new EnterprisesResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | domain | The exact primary domain name of the enterprise to look up. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_PullNotificationSetMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewPullNotificationSetMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new EnterprisesResource_PullNotificationSetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_SendTestPushNotificationMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewSendTestPushNotificationMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id | ||
| ) | const |
Creates a new EnterprisesResource_SendTestPushNotificationMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_SetAccountMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewSetAccountMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const EnterpriseAccount & | _content_ | ||
| ) | const |
Creates a new EnterprisesResource_SetAccountMethod 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 setAccount. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_SetStoreLayoutMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewSetStoreLayoutMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id, | ||
| const StoreLayout & | _content_ | ||
| ) | const |
Creates a new EnterprisesResource_SetStoreLayoutMethod 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 setStoreLayout. |
Execute the method instance, then destroy it when they are finished. | EnterprisesResource_UnenrollMethod * google_androidenterprise_api::AndroidEnterpriseService::EnterprisesResource::NewUnenrollMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | enterprise_id | ||
| ) | const |
Creates a new EnterprisesResource_UnenrollMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | enterprise_id | The ID of the enterprise. |
Execute the method instance, then destroy it when they are finished.