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

#include <administrator_web_token_spec.h>

Inheritance diagram for google_androidenterprise_api::AdministratorWebTokenSpec:

Public Member Functions

 AdministratorWebTokenSpec (const Json::Value &storage)
 
 AdministratorWebTokenSpec (Json::Value *storage)
 
virtual ~AdministratorWebTokenSpec ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_managed_configurations () const
 
void clear_managed_configurations ()
 
const AdministratorWebTokenSpecManagedConfigurations get_managed_configurations () const
 
AdministratorWebTokenSpecManagedConfigurations mutable_managedConfigurations ()
 
bool has_parent () const
 
void clear_parent ()
 
const StringPiece get_parent () const
 
void set_parent (const StringPiece &value)
 
bool has_permission () const
 
void clear_permission ()
 
const client::JsonCppArray< string > get_permission () const
 
client::JsonCppArray< string > mutable_permission ()
 
bool has_play_search () const
 
void clear_play_search ()
 
const AdministratorWebTokenSpecPlaySearch get_play_search () const
 
AdministratorWebTokenSpecPlaySearch mutable_playSearch ()
 
bool has_private_apps () const
 
void clear_private_apps ()
 
const AdministratorWebTokenSpecPrivateApps get_private_apps () const
 
AdministratorWebTokenSpecPrivateApps mutable_privateApps ()
 
bool has_store_builder () const
 
void clear_store_builder ()
 
const AdministratorWebTokenSpecStoreBuilder get_store_builder () const
 
AdministratorWebTokenSpecStoreBuilder mutable_storeBuilder ()
 
bool has_web_apps () const
 
void clear_web_apps ()
 
const AdministratorWebTokenSpecWebApps get_web_apps () const
 
AdministratorWebTokenSpecWebApps mutable_webApps ()
 

Static Public Member Functions

static AdministratorWebTokenSpecNew ()
 

Detailed Description

Specification for a token used to generate iframes. The token specifies what data the admin is allowed to modify and the URI the iframe is allowed to communiate with.

Constructor & Destructor Documentation

◆ AdministratorWebTokenSpec() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ AdministratorWebTokenSpec() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~AdministratorWebTokenSpec()

google_androidenterprise_api::AdministratorWebTokenSpec::~AdministratorWebTokenSpec ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_androidenterprise_api::AdministratorWebTokenSpec::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_managed_configurations()

void google_androidenterprise_api::AdministratorWebTokenSpec::clear_managed_configurations ( )
inline

Clears the 'managedConfigurations' attribute.

◆ clear_parent()

void google_androidenterprise_api::AdministratorWebTokenSpec::clear_parent ( )
inline

Clears the 'parent' attribute.

◆ clear_permission()

void google_androidenterprise_api::AdministratorWebTokenSpec::clear_permission ( )
inline

Clears the 'permission' attribute.

◆ clear_play_search()

void google_androidenterprise_api::AdministratorWebTokenSpec::clear_play_search ( )
inline

Clears the 'playSearch' attribute.

◆ clear_private_apps()

void google_androidenterprise_api::AdministratorWebTokenSpec::clear_private_apps ( )
inline

Clears the 'privateApps' attribute.

◆ clear_store_builder()

void google_androidenterprise_api::AdministratorWebTokenSpec::clear_store_builder ( )
inline

Clears the 'storeBuilder' attribute.

◆ clear_web_apps()

void google_androidenterprise_api::AdministratorWebTokenSpec::clear_web_apps ( )
inline

Clears the 'webApps' attribute.

◆ get_kind()

const StringPiece google_androidenterprise_api::AdministratorWebTokenSpec::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_managed_configurations()

const AdministratorWebTokenSpecManagedConfigurations google_androidenterprise_api::AdministratorWebTokenSpec::get_managed_configurations ( ) const

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

◆ get_parent()

const StringPiece google_androidenterprise_api::AdministratorWebTokenSpec::get_parent ( ) const
inline

Get the value of the 'parent' attribute.

◆ get_permission()

const client::JsonCppArray<string > google_androidenterprise_api::AdministratorWebTokenSpec::get_permission ( ) const
inline

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

◆ get_play_search()

const AdministratorWebTokenSpecPlaySearch google_androidenterprise_api::AdministratorWebTokenSpec::get_play_search ( ) const

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

◆ get_private_apps()

const AdministratorWebTokenSpecPrivateApps google_androidenterprise_api::AdministratorWebTokenSpec::get_private_apps ( ) const

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

◆ get_store_builder()

const AdministratorWebTokenSpecStoreBuilder google_androidenterprise_api::AdministratorWebTokenSpec::get_store_builder ( ) const

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

◆ get_web_apps()

const AdministratorWebTokenSpecWebApps google_androidenterprise_api::AdministratorWebTokenSpec::get_web_apps ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::AdministratorWebTokenSpec

◆ has_kind()

bool google_androidenterprise_api::AdministratorWebTokenSpec::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_managed_configurations()

bool google_androidenterprise_api::AdministratorWebTokenSpec::has_managed_configurations ( ) const
inline

Determine if the 'managedConfigurations' attribute was set.

Returns
true if the 'managedConfigurations' attribute was set.

◆ has_parent()

bool google_androidenterprise_api::AdministratorWebTokenSpec::has_parent ( ) const
inline

Determine if the 'parent' attribute was set.

Returns
true if the 'parent' attribute was set.

◆ has_permission()

bool google_androidenterprise_api::AdministratorWebTokenSpec::has_permission ( ) const
inline

Determine if the 'permission' attribute was set.

Returns
true if the 'permission' attribute was set.

◆ has_play_search()

bool google_androidenterprise_api::AdministratorWebTokenSpec::has_play_search ( ) const
inline

Determine if the 'playSearch' attribute was set.

Returns
true if the 'playSearch' attribute was set.

◆ has_private_apps()

bool google_androidenterprise_api::AdministratorWebTokenSpec::has_private_apps ( ) const
inline

Determine if the 'privateApps' attribute was set.

Returns
true if the 'privateApps' attribute was set.

◆ has_store_builder()

bool google_androidenterprise_api::AdministratorWebTokenSpec::has_store_builder ( ) const
inline

Determine if the 'storeBuilder' attribute was set.

Returns
true if the 'storeBuilder' attribute was set.

◆ has_web_apps()

bool google_androidenterprise_api::AdministratorWebTokenSpec::has_web_apps ( ) const
inline

Determine if the 'webApps' attribute was set.

Returns
true if the 'webApps' attribute was set.

◆ mutable_managedConfigurations()

AdministratorWebTokenSpecManagedConfigurations google_androidenterprise_api::AdministratorWebTokenSpec::mutable_managedConfigurations ( )

Gets a reference to a mutable value of the 'managedConfigurations' property.

Options for displaying the Managed Configuration page.

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

◆ mutable_permission()

client::JsonCppArray<string > google_androidenterprise_api::AdministratorWebTokenSpec::mutable_permission ( )
inline

Gets a reference to a mutable value of the 'permission' property.

Deprecated:

Deprecated. Use PlaySearch.approveApps.

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

◆ mutable_playSearch()

AdministratorWebTokenSpecPlaySearch google_androidenterprise_api::AdministratorWebTokenSpec::mutable_playSearch ( )

Gets a reference to a mutable value of the 'playSearch' property.

Options for displaying the managed Play Search apps page.

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

◆ mutable_privateApps()

AdministratorWebTokenSpecPrivateApps google_androidenterprise_api::AdministratorWebTokenSpec::mutable_privateApps ( )

Gets a reference to a mutable value of the 'privateApps' property.

Options for displaying the Private Apps page.

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

◆ mutable_storeBuilder()

AdministratorWebTokenSpecStoreBuilder google_androidenterprise_api::AdministratorWebTokenSpec::mutable_storeBuilder ( )

Gets a reference to a mutable value of the 'storeBuilder' property.

Options for displaying the Organize apps page.

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

◆ mutable_webApps()

AdministratorWebTokenSpecWebApps google_androidenterprise_api::AdministratorWebTokenSpec::mutable_webApps ( )

Gets a reference to a mutable value of the 'webApps' property.

Options for displaying the Web Apps page.

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

◆ New()

AdministratorWebTokenSpec * google_androidenterprise_api::AdministratorWebTokenSpec::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_androidenterprise_api::AdministratorWebTokenSpec::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Parameters
[in]valueThe new value.

◆ set_parent()

void google_androidenterprise_api::AdministratorWebTokenSpec::set_parent ( const StringPiece &  value)
inline

Change the 'parent' attribute.

The URI of the parent frame hosting the iframe. To prevent XSS, the iframe may not be hosted at other URIs. This URI must be https. Use whitespaces to separate multiple parent URIs.

Parameters
[in]valueThe new value.

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