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

#include <users_list_response.h>

Inheritance diagram for google_androidenterprise_api::UsersListResponse:

Public Member Functions

 UsersListResponse (const Json::Value &storage)
 
 UsersListResponse (Json::Value *storage)
 
virtual ~UsersListResponse ()
 
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 UsersListResponseNew ()
 

Detailed Description

The matching user resources.

Constructor & Destructor Documentation

◆ UsersListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~UsersListResponse()

google_androidenterprise_api::UsersListResponse::~UsersListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::UsersListResponse

◆ 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()

UsersListResponse * google_androidenterprise_api::UsersListResponse::New ( )
static

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
[in]valueThe new value.

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