|
androidenterprise
v1
|
#include <group_licenses_list_response.h>
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< GroupLicense > | get_group_license () const |
| client::JsonCppArray< GroupLicense > | mutable_groupLicense () |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
Static Public Member Functions | |
| static GroupLicensesListResponse * | New () |
The grouplicense resources for the enterprise.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'groupLicense' attribute.
|
inline |
Clears the 'kind' attribute.
| const client::JsonCppArray<GroupLicense > google_androidenterprise_api::GroupLicensesListResponse::get_group_license | ( | ) | const |
Get a reference to the value of the 'groupLicense' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'groupLicense' attribute was set.
groupLicense' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set. | 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#groupLicensesListResponse".
| [in] | value | The new value. |