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

#include <web_apps_list_response.h>

Inheritance diagram for google_androidenterprise_api::WebAppsListResponse:

Public Member Functions

 WebAppsListResponse (const Json::Value &storage)
 
 WebAppsListResponse (Json::Value *storage)
 
virtual ~WebAppsListResponse ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_web_app () const
 
void clear_web_app ()
 
const client::JsonCppArray< WebAppget_web_app () const
 
client::JsonCppArray< WebAppmutable_webApp ()
 

Static Public Member Functions

static WebAppsListResponseNew ()
 

Detailed Description

The web app details for an enterprise.

Constructor & Destructor Documentation

◆ WebAppsListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ WebAppsListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~WebAppsListResponse()

google_androidenterprise_api::WebAppsListResponse::~WebAppsListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_androidenterprise_api::WebAppsListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_web_app()

void google_androidenterprise_api::WebAppsListResponse::clear_web_app ( )
inline

Clears the 'webApp' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_web_app()

const client::JsonCppArray<WebApp > google_androidenterprise_api::WebAppsListResponse::get_web_app ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::WebAppsListResponse

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_web_app()

bool google_androidenterprise_api::WebAppsListResponse::has_web_app ( ) const
inline

Determine if the 'webApp' attribute was set.

Returns
true if the 'webApp' attribute was set.

◆ mutable_webApp()

client::JsonCppArray<WebApp > google_androidenterprise_api::WebAppsListResponse::mutable_webApp ( )

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

The manifest describing a web app.

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

◆ New()

WebAppsListResponse * google_androidenterprise_api::WebAppsListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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