classroom
v1
|
#include <modify_attachments_request.h>
Public Member Functions | |
ModifyAttachmentsRequest (const Json::Value &storage) | |
ModifyAttachmentsRequest (Json::Value *storage) | |
virtual | ~ModifyAttachmentsRequest () |
const StringPiece | GetTypeName () const |
bool | has_add_attachments () const |
void | clear_add_attachments () |
const client::JsonCppArray< Attachment > | get_add_attachments () const |
client::JsonCppArray< Attachment > | mutable_addAttachments () |
Static Public Member Functions | |
static ModifyAttachmentsRequest * | New () |
Request to modify the attachments of a student submission.
|
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 'addAttachments
' attribute.
const client::JsonCppArray<Attachment > google_classroom_api::ModifyAttachmentsRequest::get_add_attachments | ( | ) | const |
Get a reference to the value of the 'addAttachments
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'addAttachments
' attribute was set.
addAttachments
' attribute was set. client::JsonCppArray<Attachment > google_classroom_api::ModifyAttachmentsRequest::mutable_addAttachments | ( | ) |
Gets a reference to a mutable value of the 'addAttachments
' property.
Attachments to add. A student submission may not have more than 20 attachments.
Form attachments are not supported.
|
static |
Creates a new default instance.