drive  v2
Public Member Functions | Static Public Member Functions | List of all members
google_drive_api::About::AboutTeamDriveThemes Class Reference

#include <about.h>

Inheritance diagram for google_drive_api::About::AboutTeamDriveThemes:

Public Member Functions

 AboutTeamDriveThemes (const Json::Value &storage)
 
 AboutTeamDriveThemes (Json::Value *storage)
 
virtual ~AboutTeamDriveThemes ()
 
const StringPiece GetTypeName () const
 
bool has_background_image_link () const
 
void clear_background_image_link ()
 
const StringPiece get_background_image_link () const
 
void set_background_image_link (const StringPiece &value)
 
bool has_color_rgb () const
 
void clear_color_rgb ()
 
const StringPiece get_color_rgb () const
 
void set_color_rgb (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 

Static Public Member Functions

static AboutTeamDriveThemesNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ AboutTeamDriveThemes() [1/2]

google_drive_api::About::AboutTeamDriveThemes::AboutTeamDriveThemes ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ AboutTeamDriveThemes() [2/2]

google_drive_api::About::AboutTeamDriveThemes::AboutTeamDriveThemes ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~AboutTeamDriveThemes()

google_drive_api::About::AboutTeamDriveThemes::~AboutTeamDriveThemes ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_background_image_link()

void google_drive_api::About::AboutTeamDriveThemes::clear_background_image_link ( )
inline

Clears the 'backgroundImageLink' attribute.

◆ clear_color_rgb()

void google_drive_api::About::AboutTeamDriveThemes::clear_color_rgb ( )
inline

Clears the 'colorRgb' attribute.

◆ clear_id()

void google_drive_api::About::AboutTeamDriveThemes::clear_id ( )
inline

Clears the 'id' attribute.

◆ get_background_image_link()

const StringPiece google_drive_api::About::AboutTeamDriveThemes::get_background_image_link ( ) const
inline

Get the value of the 'backgroundImageLink' attribute.

◆ get_color_rgb()

const StringPiece google_drive_api::About::AboutTeamDriveThemes::get_color_rgb ( ) const
inline

Get the value of the 'colorRgb' attribute.

◆ get_id()

const StringPiece google_drive_api::About::AboutTeamDriveThemes::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ GetTypeName()

const StringPiece google_drive_api::About::AboutTeamDriveThemes::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_drive_api::AboutTeamDriveThemes

◆ has_background_image_link()

bool google_drive_api::About::AboutTeamDriveThemes::has_background_image_link ( ) const
inline

Determine if the 'backgroundImageLink' attribute was set.

Returns
true if the 'backgroundImageLink' attribute was set.

◆ has_color_rgb()

bool google_drive_api::About::AboutTeamDriveThemes::has_color_rgb ( ) const
inline

Determine if the 'colorRgb' attribute was set.

Returns
true if the 'colorRgb' attribute was set.

◆ has_id()

bool google_drive_api::About::AboutTeamDriveThemes::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ New()

About::AboutTeamDriveThemes * google_drive_api::About::AboutTeamDriveThemes::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_background_image_link()

void google_drive_api::About::AboutTeamDriveThemes::set_background_image_link ( const StringPiece &  value)
inline

Change the 'backgroundImageLink' attribute.

Deprecated:

Deprecated - use driveThemes/backgroundImageLink instead.

Parameters
[in]valueThe new value.

◆ set_color_rgb()

void google_drive_api::About::AboutTeamDriveThemes::set_color_rgb ( const StringPiece &  value)
inline

Change the 'colorRgb' attribute.

Deprecated:

Deprecated - use driveThemes/colorRgb instead.

Parameters
[in]valueThe new value.

◆ set_id()

void google_drive_api::About::AboutTeamDriveThemes::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

Deprecated:

Deprecated - use driveThemes/id instead.

Parameters
[in]valueThe new value.

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