#include <about.h>
◆ AboutDriveThemes() [1/2]
google_drive_api::About::AboutDriveThemes::AboutDriveThemes |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~AboutDriveThemes()
google_drive_api::About::AboutDriveThemes::~AboutDriveThemes |
( |
| ) |
|
|
virtual |
◆ 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()
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
-
◆ 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
-
◆ set_id()
void google_drive_api::About::AboutDriveThemes::set_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'id
' attribute.
The ID of the theme.
- Parameters
-
The documentation for this class was generated from the following files:
- google/drive_api/about.h
- google/drive_api/about.cc