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

#include <approval_url_info.h>

Inheritance diagram for google_androidenterprise_api::ApprovalUrlInfo:

Public Member Functions

 ApprovalUrlInfo (const Json::Value &storage)
 
 ApprovalUrlInfo (Json::Value *storage)
 
virtual ~ApprovalUrlInfo ()
 
const StringPiece GetTypeName () const
 
bool has_approval_url () const
 
void clear_approval_url ()
 
const StringPiece get_approval_url () const
 
void set_approval_url (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 

Static Public Member Functions

static ApprovalUrlInfoNew ()
 

Detailed Description

Information on an approval URL.

Constructor & Destructor Documentation

◆ ApprovalUrlInfo() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ApprovalUrlInfo() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ApprovalUrlInfo()

google_androidenterprise_api::ApprovalUrlInfo::~ApprovalUrlInfo ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_approval_url()

void google_androidenterprise_api::ApprovalUrlInfo::clear_approval_url ( )
inline

Clears the 'approvalUrl' attribute.

◆ clear_kind()

void google_androidenterprise_api::ApprovalUrlInfo::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ get_approval_url()

const StringPiece google_androidenterprise_api::ApprovalUrlInfo::get_approval_url ( ) const
inline

Get the value of the 'approvalUrl' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_androidenterprise_api::ApprovalUrlInfo

◆ has_approval_url()

bool google_androidenterprise_api::ApprovalUrlInfo::has_approval_url ( ) const
inline

Determine if the 'approvalUrl' attribute was set.

Returns
true if the 'approvalUrl' attribute was set.

◆ has_kind()

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

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ New()

ApprovalUrlInfo * google_androidenterprise_api::ApprovalUrlInfo::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_approval_url()

void google_androidenterprise_api::ApprovalUrlInfo::set_approval_url ( const StringPiece &  value)
inline

Change the 'approvalUrl' attribute.

A URL that displays a product's permissions and that can also be used to approve the product with the Products.approve call.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

Parameters
[in]valueThe new value.

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