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

#include <devices_list_response.h>

Inheritance diagram for google_androidenterprise_api::DevicesListResponse:

Public Member Functions

 DevicesListResponse (const Json::Value &storage)
 
 DevicesListResponse (Json::Value *storage)
 
virtual ~DevicesListResponse ()
 
const StringPiece GetTypeName () const
 
bool has_device () const
 
void clear_device ()
 
const client::JsonCppArray< Deviceget_device () const
 
client::JsonCppArray< Devicemutable_device ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static DevicesListResponseNew ()
 

Detailed Description

The device resources for the user.

Constructor & Destructor Documentation

◆ DevicesListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ DevicesListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~DevicesListResponse()

google_androidenterprise_api::DevicesListResponse::~DevicesListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_device()

void google_androidenterprise_api::DevicesListResponse::clear_device ( )
inline

Clears the 'device' attribute.

◆ clear_kind()

void google_androidenterprise_api::DevicesListResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_device()

const client::JsonCppArray<Device > google_androidenterprise_api::DevicesListResponse::get_device ( ) const

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

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::DevicesListResponse

◆ has_device()

bool google_androidenterprise_api::DevicesListResponse::has_device ( ) const
inline

Determine if the 'device' attribute was set.

Returns
true if the 'device' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ mutable_device()

client::JsonCppArray<Device > google_androidenterprise_api::DevicesListResponse::mutable_device ( )

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

A managed device.

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

◆ New()

DevicesListResponse * google_androidenterprise_api::DevicesListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

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

Change the 'kind' attribute.

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

Parameters
[in]valueThe new value.

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