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

#include <entitlements_list_response.h>

Inheritance diagram for google_androidenterprise_api::EntitlementsListResponse:

Public Member Functions

 EntitlementsListResponse (const Json::Value &storage)
 
 EntitlementsListResponse (Json::Value *storage)
 
virtual ~EntitlementsListResponse ()
 
const StringPiece GetTypeName () const
 
bool has_entitlement () const
 
void clear_entitlement ()
 
const client::JsonCppArray< Entitlementget_entitlement () const
 
client::JsonCppArray< Entitlementmutable_entitlement ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static EntitlementsListResponseNew ()
 

Detailed Description

The entitlement resources for the user.

Constructor & Destructor Documentation

◆ EntitlementsListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ EntitlementsListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~EntitlementsListResponse()

google_androidenterprise_api::EntitlementsListResponse::~EntitlementsListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_entitlement()

void google_androidenterprise_api::EntitlementsListResponse::clear_entitlement ( )
inline

Clears the 'entitlement' attribute.

◆ clear_kind()

void google_androidenterprise_api::EntitlementsListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_entitlement()

const client::JsonCppArray<Entitlement > google_androidenterprise_api::EntitlementsListResponse::get_entitlement ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::EntitlementsListResponse

◆ has_entitlement()

bool google_androidenterprise_api::EntitlementsListResponse::has_entitlement ( ) const
inline

Determine if the 'entitlement' attribute was set.

Returns
true if the 'entitlement' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_entitlement()

client::JsonCppArray<Entitlement > google_androidenterprise_api::EntitlementsListResponse::mutable_entitlement ( )

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

An entitlement of a user to a product (e.g. an app). For example, a free app that they have installed, or a paid app that they have been allocated a license to.

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

◆ New()

EntitlementsListResponse * google_androidenterprise_api::EntitlementsListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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