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

#include <administrator_web_token_spec_play_search.h>

Inheritance diagram for google_androidenterprise_api::AdministratorWebTokenSpecPlaySearch:

Public Member Functions

 AdministratorWebTokenSpecPlaySearch (const Json::Value &storage)
 
 AdministratorWebTokenSpecPlaySearch (Json::Value *storage)
 
virtual ~AdministratorWebTokenSpecPlaySearch ()
 
const StringPiece GetTypeName () const
 
bool has_approve_apps () const
 
void clear_approve_apps ()
 
bool get_approve_apps () const
 
void set_approve_apps (bool value)
 
bool has_enabled () const
 
void clear_enabled ()
 
bool get_enabled () const
 
void set_enabled (bool value)
 

Static Public Member Functions

static AdministratorWebTokenSpecPlaySearchNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ AdministratorWebTokenSpecPlaySearch() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ AdministratorWebTokenSpecPlaySearch() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~AdministratorWebTokenSpecPlaySearch()

google_androidenterprise_api::AdministratorWebTokenSpecPlaySearch::~AdministratorWebTokenSpecPlaySearch ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_approve_apps()

void google_androidenterprise_api::AdministratorWebTokenSpecPlaySearch::clear_approve_apps ( )
inline

Clears the 'approveApps' attribute.

◆ clear_enabled()

void google_androidenterprise_api::AdministratorWebTokenSpecPlaySearch::clear_enabled ( )
inline

Clears the 'enabled' attribute.

◆ get_approve_apps()

bool google_androidenterprise_api::AdministratorWebTokenSpecPlaySearch::get_approve_apps ( ) const
inline

Get the value of the 'approveApps' attribute.

◆ get_enabled()

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

Get the value of the 'enabled' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::AdministratorWebTokenSpecPlaySe arch

◆ has_approve_apps()

bool google_androidenterprise_api::AdministratorWebTokenSpecPlaySearch::has_approve_apps ( ) const
inline

Determine if the 'approveApps' attribute was set.

Returns
true if the 'approveApps' attribute was set.

◆ has_enabled()

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

Determine if the 'enabled' attribute was set.

Returns
true if the 'enabled' attribute was set.

◆ New()

AdministratorWebTokenSpecPlaySearch * google_androidenterprise_api::AdministratorWebTokenSpecPlaySearch::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_approve_apps()

void google_androidenterprise_api::AdministratorWebTokenSpecPlaySearch::set_approve_apps ( bool  value)
inline

Change the 'approveApps' attribute.

Allow access to the iframe in approve mode. Default is false.

Parameters
[in]valueThe new value.

◆ set_enabled()

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

Change the 'enabled' attribute.

Whether the managed Play Search apps page is displayed. Default is true.

Parameters
[in]valueThe new value.

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