|
drive
v2
|
#include <user.h>
Public Member Functions | |
| UserPicture (const Json::Value &storage) | |
| UserPicture (Json::Value *storage) | |
| virtual | ~UserPicture () |
| const StringPiece | GetTypeName () const |
| bool | has_url () const |
| void | clear_url () |
| const StringPiece | get_url () const |
| void | set_url (const StringPiece &value) |
Static Public Member Functions | |
| static UserPicture * | New () |
The user's profile picture.
|
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 'url' attribute.
|
inline |
Get the value of the 'url' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_drive_api::UserPicture
|
inline |
Determine if the 'url' attribute was set.
url' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'url' attribute.
A URL that points to a profile picture of this user.
| [in] | value | The new value. |