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

#include <about.h>

Inheritance diagram for google_drive_api::About::AboutDriveThemes:

Public Member Functions

 AboutDriveThemes (const Json::Value &storage)
 
 AboutDriveThemes (Json::Value *storage)
 
virtual ~AboutDriveThemes ()
 
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 AboutDriveThemesNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ AboutDriveThemes() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ AboutDriveThemes() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~AboutDriveThemes()

google_drive_api::About::AboutDriveThemes::~AboutDriveThemes ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_background_image_link()

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

Clears the 'backgroundImageLink' attribute.

◆ clear_color_rgb()

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

Clears the 'colorRgb' attribute.

◆ clear_id()

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

Clears the 'id' attribute.

◆ get_background_image_link()

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

Get the value of the 'backgroundImageLink' attribute.

◆ get_color_rgb()

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

Get the value of the 'colorRgb' attribute.

◆ get_id()

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

Get the value of the 'id' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_drive_api::AboutDriveThemes

◆ has_background_image_link()

bool google_drive_api::About::AboutDriveThemes::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::AboutDriveThemes::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::AboutDriveThemes::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ New()

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

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_background_image_link()

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

Change the 'backgroundImageLink' attribute.

A link to this theme's background image.

Parameters
[in]valueThe new value.

◆ set_color_rgb()

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

Change the 'colorRgb' attribute.

The color of this theme as an RGB hex string.

Parameters
[in]valueThe new value.

◆ set_id()

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

Change the 'id' attribute.

The ID of the theme.

Parameters
[in]valueThe new value.

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