#include <administrator.h>
This represents an enterprise admin who can manage the enterprise in the managed Google Play store.
◆ Administrator() [1/2]
google_androidenterprise_api::Administrator::Administrator |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ Administrator() [2/2]
google_androidenterprise_api::Administrator::Administrator |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~Administrator()
google_androidenterprise_api::Administrator::~Administrator |
( |
| ) |
|
|
virtual |
◆ clear_email()
void google_androidenterprise_api::Administrator::clear_email |
( |
| ) |
|
|
inline |
Clears the 'email
' attribute.
◆ get_email()
const StringPiece google_androidenterprise_api::Administrator::get_email |
( |
| ) |
const |
|
inline |
Get the value of the 'email
' attribute.
◆ GetTypeName()
const StringPiece google_androidenterprise_api::Administrator::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_email()
bool google_androidenterprise_api::Administrator::has_email |
( |
| ) |
const |
|
inline |
Determine if the 'email
' attribute was set.
- Returns
- true if the '
email
' attribute was set.
◆ New()
Administrator * google_androidenterprise_api::Administrator::New |
( |
| ) |
|
|
static |
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_email()
void google_androidenterprise_api::Administrator::set_email |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'email
' attribute.
The admin's email address.
- Parameters
-
The documentation for this class was generated from the following files:
- google/androidenterprise_api/administrator.h
- google/androidenterprise_api/administrator.cc