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

#include <group_licenses_list_response.h>

Inheritance diagram for google_androidenterprise_api::GroupLicensesListResponse:

Public Member Functions

 GroupLicensesListResponse (const Json::Value &storage)
 
 GroupLicensesListResponse (Json::Value *storage)
 
virtual ~GroupLicensesListResponse ()
 
const StringPiece GetTypeName () const
 
bool has_group_license () const
 
void clear_group_license ()
 
const client::JsonCppArray< GroupLicenseget_group_license () const
 
client::JsonCppArray< GroupLicensemutable_groupLicense ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static GroupLicensesListResponseNew ()
 

Detailed Description

The grouplicense resources for the enterprise.

Constructor & Destructor Documentation

◆ GroupLicensesListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ GroupLicensesListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~GroupLicensesListResponse()

google_androidenterprise_api::GroupLicensesListResponse::~GroupLicensesListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_group_license()

void google_androidenterprise_api::GroupLicensesListResponse::clear_group_license ( )
inline

Clears the 'groupLicense' attribute.

◆ clear_kind()

void google_androidenterprise_api::GroupLicensesListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_group_license()

const client::JsonCppArray<GroupLicense > google_androidenterprise_api::GroupLicensesListResponse::get_group_license ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::GroupLicensesListResponse

◆ has_group_license()

bool google_androidenterprise_api::GroupLicensesListResponse::has_group_license ( ) const
inline

Determine if the 'groupLicense' attribute was set.

Returns
true if the 'groupLicense' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_groupLicense()

client::JsonCppArray<GroupLicense > google_androidenterprise_api::GroupLicensesListResponse::mutable_groupLicense ( )

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

A group license for a product approved for use in the enterprise.

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

◆ New()

GroupLicensesListResponse * google_androidenterprise_api::GroupLicensesListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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