androidenterprise  v1
Public Member Functions | Static Public Member Functions | List of all members
google_androidenterprise_api::ManagedPropertyBundle Class Reference

#include <managed_property_bundle.h>

Inheritance diagram for google_androidenterprise_api::ManagedPropertyBundle:

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< ManagedPropertyget_managed_property () const
 
client::JsonCppArray< ManagedPropertymutable_managedProperty ()
 

Static Public Member Functions

static ManagedPropertyBundleNew ()
 

Detailed Description

A bundle of managed properties.

Constructor & Destructor Documentation

◆ ManagedPropertyBundle() [1/2]

google_androidenterprise_api::ManagedPropertyBundle::ManagedPropertyBundle ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ManagedPropertyBundle() [2/2]

google_androidenterprise_api::ManagedPropertyBundle::ManagedPropertyBundle ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ManagedPropertyBundle()

google_androidenterprise_api::ManagedPropertyBundle::~ManagedPropertyBundle ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_managed_property()

void google_androidenterprise_api::ManagedPropertyBundle::clear_managed_property ( )
inline

Clears the 'managedProperty' attribute.

◆ get_managed_property()

const client::JsonCppArray<ManagedProperty > google_androidenterprise_api::ManagedPropertyBundle::get_managed_property ( ) const

Get a reference to the value of the 'managedProperty' attribute.

◆ GetTypeName()

const StringPiece google_androidenterprise_api::ManagedPropertyBundle::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::ManagedPropertyBundle

◆ has_managed_property()

bool google_androidenterprise_api::ManagedPropertyBundle::has_managed_property ( ) const
inline

Determine if the 'managedProperty' attribute was set.

Returns
true if the 'managedProperty' attribute was set.

◆ mutable_managedProperty()

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.

Returns
The result can be modified to change the attribute value.

◆ New()

ManagedPropertyBundle * google_androidenterprise_api::ManagedPropertyBundle::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: