#include <users_list_response.h>
The matching user resources.
◆ UsersListResponse() [1/2]
google_androidenterprise_api::UsersListResponse::UsersListResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ UsersListResponse() [2/2]
google_androidenterprise_api::UsersListResponse::UsersListResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~UsersListResponse()
google_androidenterprise_api::UsersListResponse::~UsersListResponse |
( |
| ) |
|
|
virtual |
◆ clear_kind()
void google_androidenterprise_api::UsersListResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_user()
void google_androidenterprise_api::UsersListResponse::clear_user |
( |
| ) |
|
|
inline |
Clears the 'user
' attribute.
◆ get_kind()
const StringPiece google_androidenterprise_api::UsersListResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_user()
const client::JsonCppArray<User > google_androidenterprise_api::UsersListResponse::get_user |
( |
| ) |
const |
Get a reference to the value of the 'user
' attribute.
◆ GetTypeName()
const StringPiece google_androidenterprise_api::UsersListResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
bool google_androidenterprise_api::UsersListResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_user()
bool google_androidenterprise_api::UsersListResponse::has_user |
( |
| ) |
const |
|
inline |
Determine if the 'user
' attribute was set.
- Returns
- true if the '
user
' attribute was set.
◆ mutable_user()
client::JsonCppArray<User > google_androidenterprise_api::UsersListResponse::mutable_user |
( |
| ) |
|
Gets a reference to a mutable value of the 'user
' property.
A user of an enterprise.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
void google_androidenterprise_api::UsersListResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#usersListResponse".
- Parameters
-
The documentation for this class was generated from the following files: