#include <enterprise_account.h>
A service account that can be used to authenticate as the enterprise to API calls that require such authentication.
◆ EnterpriseAccount() [1/2]
google_androidenterprise_api::EnterpriseAccount::EnterpriseAccount |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ EnterpriseAccount() [2/2]
google_androidenterprise_api::EnterpriseAccount::EnterpriseAccount |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~EnterpriseAccount()
google_androidenterprise_api::EnterpriseAccount::~EnterpriseAccount |
( |
| ) |
|
|
virtual |
◆ clear_account_email()
void google_androidenterprise_api::EnterpriseAccount::clear_account_email |
( |
| ) |
|
|
inline |
Clears the 'accountEmail
' attribute.
◆ clear_kind()
void google_androidenterprise_api::EnterpriseAccount::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_account_email()
const StringPiece google_androidenterprise_api::EnterpriseAccount::get_account_email |
( |
| ) |
const |
|
inline |
Get the value of the 'accountEmail
' attribute.
◆ get_kind()
const StringPiece google_androidenterprise_api::EnterpriseAccount::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_androidenterprise_api::EnterpriseAccount::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_account_email()
bool google_androidenterprise_api::EnterpriseAccount::has_account_email |
( |
| ) |
const |
|
inline |
Determine if the 'accountEmail
' attribute was set.
- Returns
- true if the '
accountEmail
' attribute was set.
◆ has_kind()
bool google_androidenterprise_api::EnterpriseAccount::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_account_email()
void google_androidenterprise_api::EnterpriseAccount::set_account_email |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'accountEmail
' attribute.
The email address of the service account.
- Parameters
-
◆ set_kind()
void google_androidenterprise_api::EnterpriseAccount::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
- Parameters
-
The documentation for this class was generated from the following files:
- google/androidenterprise_api/enterprise_account.h
- google/androidenterprise_api/enterprise_account.cc