#include <devices_list_response.h>
The device resources for the user.
◆ DevicesListResponse() [1/2]
google_androidenterprise_api::DevicesListResponse::DevicesListResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~DevicesListResponse()
google_androidenterprise_api::DevicesListResponse::~DevicesListResponse |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
The documentation for this class was generated from the following files: