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

#include <administrator_web_token_spec_managed_configurations.h>

Inheritance diagram for google_androidenterprise_api::AdministratorWebTokenSpecManagedConfigurations:

Public Member Functions

 AdministratorWebTokenSpecManagedConfigurations (const Json::Value &storage)
 
 AdministratorWebTokenSpecManagedConfigurations (Json::Value *storage)
 
virtual ~AdministratorWebTokenSpecManagedConfigurations ()
 
const StringPiece GetTypeName () const
 
bool has_enabled () const
 
void clear_enabled ()
 
bool get_enabled () const
 
void set_enabled (bool value)
 

Static Public Member Functions

static AdministratorWebTokenSpecManagedConfigurationsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ AdministratorWebTokenSpecManagedConfigurations() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ AdministratorWebTokenSpecManagedConfigurations() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~AdministratorWebTokenSpecManagedConfigurations()

google_androidenterprise_api::AdministratorWebTokenSpecManagedConfigurations::~AdministratorWebTokenSpecManagedConfigurations ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_enabled()

void google_androidenterprise_api::AdministratorWebTokenSpecManagedConfigurations::clear_enabled ( )
inline

Clears the 'enabled' attribute.

◆ get_enabled()

bool google_androidenterprise_api::AdministratorWebTokenSpecManagedConfigurations::get_enabled ( ) const
inline

Get the value of the 'enabled' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::AdministratorWebTokenSpecManage dConfigurations

◆ has_enabled()

bool google_androidenterprise_api::AdministratorWebTokenSpecManagedConfigurations::has_enabled ( ) const
inline

Determine if the 'enabled' attribute was set.

Returns
true if the 'enabled' attribute was set.

◆ New()

AdministratorWebTokenSpecManagedConfigurations * google_androidenterprise_api::AdministratorWebTokenSpecManagedConfigurations::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_enabled()

void google_androidenterprise_api::AdministratorWebTokenSpecManagedConfigurations::set_enabled ( bool  value)
inline

Change the 'enabled' attribute.

Whether the Managed Configuration page is displayed. Default is true.

Parameters
[in]valueThe new value.

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