|
androidenterprise
v1
|
#include <managed_property_bundle.h>
Public Member Functions | |
| ManagedPropertyBundle (const Json::Value &storage) | |
| ManagedPropertyBundle (Json::Value *storage) | |
| virtual | ~ManagedPropertyBundle () |
| const StringPiece | GetTypeName () const |
| bool | has_managed_property () const |
| void | clear_managed_property () |
| const client::JsonCppArray< ManagedProperty > | get_managed_property () const |
| client::JsonCppArray< ManagedProperty > | mutable_managedProperty () |
Static Public Member Functions | |
| static ManagedPropertyBundle * | New () |
A bundle of managed properties.
|
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 'managedProperty' attribute.
| const client::JsonCppArray<ManagedProperty > google_androidenterprise_api::ManagedPropertyBundle::get_managed_property | ( | ) | const |
Get a reference to the value of the 'managedProperty' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'managedProperty' attribute was set.
managedProperty' attribute was set. | client::JsonCppArray<ManagedProperty > google_androidenterprise_api::ManagedPropertyBundle::mutable_managedProperty | ( | ) |
Gets a reference to a mutable value of the 'managedProperty' property.
The list of managed properties.
|
static |
Creates a new default instance.