|
androidenterprise
v1
|
#include <entitlements_list_response.h>
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< Entitlement > | get_entitlement () const |
| client::JsonCppArray< Entitlement > | mutable_entitlement () |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
Static Public Member Functions | |
| static EntitlementsListResponse * | New () |
The entitlement resources for the user.
|
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 'entitlement' attribute.
|
inline |
Clears the 'kind' attribute.
| const client::JsonCppArray<Entitlement > google_androidenterprise_api::EntitlementsListResponse::get_entitlement | ( | ) | const |
Get a reference to the value of the 'entitlement' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'entitlement' attribute was set.
entitlement' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set. | 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#entitlementsListResponse".
| [in] | value | The new value. |