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

#include <installs_list_response.h>

Inheritance diagram for google_androidenterprise_api::InstallsListResponse:

Public Member Functions

 InstallsListResponse (const Json::Value &storage)
 
 InstallsListResponse (Json::Value *storage)
 
virtual ~InstallsListResponse ()
 
const StringPiece GetTypeName () const
 
bool has_install () const
 
void clear_install ()
 
const client::JsonCppArray< Installget_install () const
 
client::JsonCppArray< Installmutable_install ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static InstallsListResponseNew ()
 

Detailed Description

The install resources for the device.

Constructor & Destructor Documentation

◆ InstallsListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ InstallsListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~InstallsListResponse()

google_androidenterprise_api::InstallsListResponse::~InstallsListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_install()

void google_androidenterprise_api::InstallsListResponse::clear_install ( )
inline

Clears the 'install' attribute.

◆ clear_kind()

void google_androidenterprise_api::InstallsListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_install()

const client::JsonCppArray<Install > google_androidenterprise_api::InstallsListResponse::get_install ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::InstallsListResponse

◆ has_install()

bool google_androidenterprise_api::InstallsListResponse::has_install ( ) const
inline

Determine if the 'install' attribute was set.

Returns
true if the 'install' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_install()

client::JsonCppArray<Install > google_androidenterprise_api::InstallsListResponse::mutable_install ( )

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

An installation of an app for a user on a specific device. The existence of an install implies that the user must have an entitlement to the app.

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

◆ New()

InstallsListResponse * google_androidenterprise_api::InstallsListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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