classroom
v1
|
#include <shared_drive_file.h>
Public Member Functions | |
SharedDriveFile (const Json::Value &storage) | |
SharedDriveFile (Json::Value *storage) | |
virtual | ~SharedDriveFile () |
const StringPiece | GetTypeName () const |
bool | has_drive_file () const |
void | clear_drive_file () |
const DriveFile | get_drive_file () const |
DriveFile | mutable_driveFile () |
bool | has_share_mode () const |
void | clear_share_mode () |
const StringPiece | get_share_mode () const |
void | set_share_mode (const StringPiece &value) |
Static Public Member Functions | |
static SharedDriveFile * | New () |
Drive file that is used as material for course work.
|
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 'driveFile
' attribute.
|
inline |
Clears the 'shareMode
' attribute.
const DriveFile google_classroom_api::SharedDriveFile::get_drive_file | ( | ) | const |
Get a reference to the value of the 'driveFile
' attribute.
|
inline |
Get the value of the 'shareMode
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'driveFile
' attribute was set.
driveFile
' attribute was set.
|
inline |
Determine if the 'shareMode
' attribute was set.
shareMode
' attribute was set. DriveFile google_classroom_api::SharedDriveFile::mutable_driveFile | ( | ) |
Gets a reference to a mutable value of the 'driveFile
' property.
Drive file details.
|
static |
Creates a new default instance.
|
inline |
Change the 'shareMode
' attribute.
Mechanism by which students access the Drive item.
[in] | value | The new value. |