|
androidenterprise
v1
|
#include <enterprises_list_response.h>
Public Member Functions | |
| EnterprisesListResponse (const Json::Value &storage) | |
| EnterprisesListResponse (Json::Value *storage) | |
| virtual | ~EnterprisesListResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_enterprise () const |
| void | clear_enterprise () |
| const client::JsonCppArray< Enterprise > | get_enterprise () const |
| client::JsonCppArray< Enterprise > | mutable_enterprise () |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
Static Public Member Functions | |
| static EnterprisesListResponse * | New () |
The matching enterprise resources.
|
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 'enterprise' attribute.
|
inline |
Clears the 'kind' attribute.
| const client::JsonCppArray<Enterprise > google_androidenterprise_api::EnterprisesListResponse::get_enterprise | ( | ) | const |
Get a reference to the value of the 'enterprise' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'enterprise' attribute was set.
enterprise' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set. | client::JsonCppArray<Enterprise > google_androidenterprise_api::EnterprisesListResponse::mutable_enterprise | ( | ) |
Gets a reference to a mutable value of the 'enterprise' property.
An enterprise.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#enterprisesListResponse".
| [in] | value | The new value. |