classroom
v1
|
#include <drive_file.h>
Public Member Functions | |
DriveFile (const Json::Value &storage) | |
DriveFile (Json::Value *storage) | |
virtual | ~DriveFile () |
const StringPiece | GetTypeName () const |
bool | has_alternate_link () const |
void | clear_alternate_link () |
const StringPiece | get_alternate_link () const |
void | set_alternate_link (const StringPiece &value) |
bool | has_id () const |
void | clear_id () |
const StringPiece | get_id () const |
void | set_id (const StringPiece &value) |
bool | has_thumbnail_url () const |
void | clear_thumbnail_url () |
const StringPiece | get_thumbnail_url () const |
void | set_thumbnail_url (const StringPiece &value) |
bool | has_title () const |
void | clear_title () |
const StringPiece | get_title () const |
void | set_title (const StringPiece &value) |
Static Public Member Functions | |
static DriveFile * | New () |
Representation of a Google Drive file.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'alternateLink
' attribute.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'thumbnailUrl
' attribute.
|
inline |
Clears the 'title
' attribute.
|
inline |
Get the value of the 'alternateLink
' attribute.
|
inline |
Get the value of the 'id
' attribute.
|
inline |
Get the value of the 'thumbnailUrl
' attribute.
|
inline |
Get the value of the 'title
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'alternateLink
' attribute was set.
alternateLink
' attribute was set.
|
inline |
Determine if the 'id
' attribute was set.
id
' attribute was set.
|
inline |
Determine if the 'thumbnailUrl
' attribute was set.
thumbnailUrl
' attribute was set.
|
inline |
Determine if the 'title
' attribute was set.
title
' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'alternateLink
' attribute.
URL that can be used to access the Drive item.
Read-only.
[in] | value | The new value. |
|
inline |
Change the 'id
' attribute.
Drive API resource ID.
[in] | value | The new value. |
|
inline |
Change the 'thumbnailUrl
' attribute.
URL of a thumbnail image of the Drive item.
Read-only.
[in] | value | The new value. |
|
inline |
Change the 'title
' attribute.
Title of the Drive item.
Read-only.
[in] | value | The new value. |