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

#include <enterprises_list_response.h>

Inheritance diagram for google_androidenterprise_api::EnterprisesListResponse:

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< Enterpriseget_enterprise () const
 
client::JsonCppArray< Enterprisemutable_enterprise ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static EnterprisesListResponseNew ()
 

Detailed Description

The matching enterprise resources.

Constructor & Destructor Documentation

◆ EnterprisesListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ EnterprisesListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~EnterprisesListResponse()

google_androidenterprise_api::EnterprisesListResponse::~EnterprisesListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enterprise()

void google_androidenterprise_api::EnterprisesListResponse::clear_enterprise ( )
inline

Clears the 'enterprise' attribute.

◆ clear_kind()

void google_androidenterprise_api::EnterprisesListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_enterprise()

const client::JsonCppArray<Enterprise > google_androidenterprise_api::EnterprisesListResponse::get_enterprise ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::EnterprisesListResponse

◆ has_enterprise()

bool google_androidenterprise_api::EnterprisesListResponse::has_enterprise ( ) const
inline

Determine if the 'enterprise' attribute was set.

Returns
true if the 'enterprise' attribute was set.

◆ has_kind()

bool google_androidenterprise_api::EnterprisesListResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_enterprise()

client::JsonCppArray<Enterprise > google_androidenterprise_api::EnterprisesListResponse::mutable_enterprise ( )

Gets a reference to a mutable value of the 'enterprise' property.

An enterprise.

Returns
The result can be modified to change the attribute value.

◆ New()

EnterprisesListResponse * google_androidenterprise_api::EnterprisesListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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