androidenterprise
v1
|
#include <group_license_users_list_response.h>
Public Member Functions | |
GroupLicenseUsersListResponse (const Json::Value &storage) | |
GroupLicenseUsersListResponse (Json::Value *storage) | |
virtual | ~GroupLicenseUsersListResponse () |
const StringPiece | GetTypeName () const |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_user () const |
void | clear_user () |
const client::JsonCppArray< User > | get_user () const |
client::JsonCppArray< User > | mutable_user () |
Static Public Member Functions | |
static GroupLicenseUsersListResponse * | New () |
The user resources for the group license.
|
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 'kind
' attribute.
|
inline |
Clears the 'user
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
const client::JsonCppArray<User > google_androidenterprise_api::GroupLicenseUsersListResponse::get_user | ( | ) | const |
Get a reference to the value of the 'user
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'user
' attribute was set.
user
' attribute was set. client::JsonCppArray<User > google_androidenterprise_api::GroupLicenseUsersListResponse::mutable_user | ( | ) |
Gets a reference to a mutable value of the 'user
' property.
A user of 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#groupLicenseUsersListResponse".
[in] | value | The new value. |