androidenterprise  v1
Public Member Functions | Static Public Member Functions | List of all members
google_androidenterprise_api::GroupLicenseUsersListResponse Class Reference

#include <group_license_users_list_response.h>

Inheritance diagram for google_androidenterprise_api::GroupLicenseUsersListResponse:

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< Userget_user () const
 
client::JsonCppArray< Usermutable_user ()
 

Static Public Member Functions

static GroupLicenseUsersListResponseNew ()
 

Detailed Description

The user resources for the group license.

Constructor & Destructor Documentation

◆ GroupLicenseUsersListResponse() [1/2]

google_androidenterprise_api::GroupLicenseUsersListResponse::GroupLicenseUsersListResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ GroupLicenseUsersListResponse() [2/2]

google_androidenterprise_api::GroupLicenseUsersListResponse::GroupLicenseUsersListResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~GroupLicenseUsersListResponse()

google_androidenterprise_api::GroupLicenseUsersListResponse::~GroupLicenseUsersListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_androidenterprise_api::GroupLicenseUsersListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_user()

void google_androidenterprise_api::GroupLicenseUsersListResponse::clear_user ( )
inline

Clears the 'user' attribute.

◆ get_kind()

const StringPiece google_androidenterprise_api::GroupLicenseUsersListResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_user()

const client::JsonCppArray<User > google_androidenterprise_api::GroupLicenseUsersListResponse::get_user ( ) const

Get a reference to the value of the 'user' attribute.

◆ GetTypeName()

const StringPiece google_androidenterprise_api::GroupLicenseUsersListResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::GroupLicenseUsersListResponse

◆ has_kind()

bool google_androidenterprise_api::GroupLicenseUsersListResponse::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::GroupLicenseUsersListResponse::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::GroupLicenseUsersListResponse::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()

GroupLicenseUsersListResponse * google_androidenterprise_api::GroupLicenseUsersListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_androidenterprise_api::GroupLicenseUsersListResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Identifies what kind of resource this is. Value: the fixed string "androidenterprise#groupLicenseUsersListResponse".

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: