|
androidenterprise
v1
|
#include <enterprise.h>
Public Member Functions | |
| Enterprise (const Json::Value &storage) | |
| Enterprise (Json::Value *storage) | |
| virtual | ~Enterprise () |
| const StringPiece | GetTypeName () const |
| bool | has_administrator () const |
| void | clear_administrator () |
| const client::JsonCppArray< Administrator > | get_administrator () const |
| client::JsonCppArray< Administrator > | mutable_administrator () |
| bool | has_id () const |
| void | clear_id () |
| const StringPiece | get_id () const |
| void | set_id (const StringPiece &value) |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
| bool | has_name () const |
| void | clear_name () |
| const StringPiece | get_name () const |
| void | set_name (const StringPiece &value) |
| bool | has_primary_domain () const |
| void | clear_primary_domain () |
| const StringPiece | get_primary_domain () const |
| void | set_primary_domain (const StringPiece &value) |
Static Public Member Functions | |
| static Enterprise * | New () |
An Enterprises resource represents the binding between an EMM and a specific organization. That binding can be instantiated in one of two different ways using this API as follows:
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'administrator' attribute.
|
inline |
Clears the 'id' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'name' attribute.
|
inline |
Clears the 'primaryDomain' attribute.
| const client::JsonCppArray<Administrator > google_androidenterprise_api::Enterprise::get_administrator | ( | ) | const |
Get a reference to the value of the 'administrator' attribute.
|
inline |
Get the value of the 'id' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'name' attribute.
|
inline |
Get the value of the 'primaryDomain' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'administrator' attribute was set.
administrator' attribute was set.
|
inline |
Determine if the 'id' attribute was set.
id' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'name' attribute was set.
name' attribute was set.
|
inline |
Determine if the 'primaryDomain' attribute was set.
primaryDomain' attribute was set. | client::JsonCppArray<Administrator > google_androidenterprise_api::Enterprise::mutable_administrator | ( | ) |
Gets a reference to a mutable value of the 'administrator' property.
Admins of the enterprise. This is only supported for enterprises created via the EMM-initiated flow.
|
static |
Creates a new default instance.
|
inline |
Change the 'id' attribute.
The unique ID for the enterprise.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
| [in] | value | The new value. |
|
inline |
Change the 'name' attribute.
The name of the enterprise, for example, "Example, Inc".
| [in] | value | The new value. |
|
inline |
Change the 'primaryDomain' attribute.
The enterprise's primary domain, such as "example.com".
| [in] | value | The new value. |