#include <installs_list_response.h>
The install resources for the device.
◆ InstallsListResponse() [1/2]
google_androidenterprise_api::InstallsListResponse::InstallsListResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ InstallsListResponse() [2/2]
google_androidenterprise_api::InstallsListResponse::InstallsListResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~InstallsListResponse()
google_androidenterprise_api::InstallsListResponse::~InstallsListResponse |
( |
| ) |
|
|
virtual |
◆ clear_install()
void google_androidenterprise_api::InstallsListResponse::clear_install |
( |
| ) |
|
|
inline |
Clears the 'install
' attribute.
◆ clear_kind()
void google_androidenterprise_api::InstallsListResponse::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ get_install()
const client::JsonCppArray<Install > google_androidenterprise_api::InstallsListResponse::get_install |
( |
| ) |
const |
Get a reference to the value of the 'install
' attribute.
◆ get_kind()
const StringPiece google_androidenterprise_api::InstallsListResponse::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ GetTypeName()
const StringPiece google_androidenterprise_api::InstallsListResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_install()
bool google_androidenterprise_api::InstallsListResponse::has_install |
( |
| ) |
const |
|
inline |
Determine if the 'install
' attribute was set.
- Returns
- true if the '
install
' attribute was set.
◆ has_kind()
bool google_androidenterprise_api::InstallsListResponse::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ mutable_install()
client::JsonCppArray<Install > google_androidenterprise_api::InstallsListResponse::mutable_install |
( |
| ) |
|
Gets a reference to a mutable value of the 'install
' property.
An installation of an app for a user on a specific device. The existence of an install implies that the user must have an entitlement to the app.
- 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::InstallsListResponse::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#installsListResponse".
- Parameters
-
The documentation for this class was generated from the following files: