|
classroom
v1
|
#include <classroom_service.h>
Public Member Functions | |
| StudentSubmissionsResource (ClassroomService *service) | |
| ~StudentSubmissionsResource () | |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &course_work_id, const absl::string_view &id) const |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &course_work_id) const |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &course_work_id) const |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_ModifyAttachmentsMethod * | NewModifyAttachmentsMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &course_work_id, const absl::string_view &id, const ModifyAttachmentsRequest &_content_) const |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &course_work_id, const absl::string_view &id, const StudentSubmission &_content_) const |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_ReclaimMethod * | NewReclaimMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &course_work_id, const absl::string_view &id, const ReclaimStudentSubmissionRequest &_content_) const |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_ReturnMethod * | NewReturnMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &course_work_id, const absl::string_view &id, const ReturnStudentSubmissionRequest &_content_) const |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_TurnInMethod * | NewTurnInMethod (client::AuthorizationCredential *_credential_, const absl::string_view &course_id, const absl::string_view &course_work_id, const absl::string_view &id, const TurnInStudentSubmissionRequest &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_GetMethod * google_classroom_api::ClassroomService::CoursesResource::CourseWorkResource::StudentSubmissionsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | course_id, | ||
| const absl::string_view & | course_work_id, | ||
| const absl::string_view & | id | ||
| ) | const |
Creates a new CoursesResource_CourseWorkResource_StudentSubmissionsRe source_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | course_id | Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
| [in] | course_work_id | Identifier of the course work. |
| [in] | id | Identifier of the student submission. |
Execute the method instance, then destroy it when they are finished. | CoursesResource_CourseWorkResource_StudentSubmissionsResource_ListMethod * google_classroom_api::ClassroomService::CoursesResource::CourseWorkResource::StudentSubmissionsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | course_id, | ||
| const absl::string_view & | course_work_id | ||
| ) | const |
Creates a new CoursesResource_CourseWorkResource_StudentSubmissionsRe source_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | course_id | Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
| [in] | course_work_id | Identifier of the student work to request. This may be set to the string literal "-" to request student work for all course work in the specified course. |
Execute the method instance, then destroy it when they are finished. | CoursesResource_CourseWorkResource_StudentSubmissionsResource_ListMethodPager * google_classroom_api::ClassroomService::CoursesResource::CourseWorkResource::StudentSubmissionsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | course_id, | ||
| const absl::string_view & | course_work_id | ||
| ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | course_id | Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
| [in] | course_work_id | Identifier of the student work to request. This may be set to the string literal "-" to request student work for all course work in the specified course. |
| CoursesResource_CourseWorkResource_StudentSubmissionsResource_ModifyAttachmentsMethod * google_classroom_api::ClassroomService::CoursesResource::CourseWorkResource::StudentSubmissionsResource::NewModifyAttachmentsMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | course_id, | ||
| const absl::string_view & | course_work_id, | ||
| const absl::string_view & | id, | ||
| const ModifyAttachmentsRequest & | _content_ | ||
| ) | const |
Creates a new CoursesResource_CourseWorkResource_StudentSubmissionsRe source_ModifyAttachmentsMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | course_id | Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
| [in] | course_work_id | Identifier of the course work. |
| [in] | id | Identifier of the student submission. |
| [in] | <em>content</em> | The data object to modifyAttachments. |
Execute the method instance, then destroy it when they are finished. | CoursesResource_CourseWorkResource_StudentSubmissionsResource_PatchMethod * google_classroom_api::ClassroomService::CoursesResource::CourseWorkResource::StudentSubmissionsResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | course_id, | ||
| const absl::string_view & | course_work_id, | ||
| const absl::string_view & | id, | ||
| const StudentSubmission & | _content_ | ||
| ) | const |
Creates a new CoursesResource_CourseWorkResource_StudentSubmissionsRe source_PatchMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | course_id | Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
| [in] | course_work_id | Identifier of the course work. |
| [in] | id | Identifier of the student submission. |
| [in] | <em>content</em> | The data object to patch. |
Execute the method instance, then destroy it when they are finished. | CoursesResource_CourseWorkResource_StudentSubmissionsResource_ReclaimMethod * google_classroom_api::ClassroomService::CoursesResource::CourseWorkResource::StudentSubmissionsResource::NewReclaimMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | course_id, | ||
| const absl::string_view & | course_work_id, | ||
| const absl::string_view & | id, | ||
| const ReclaimStudentSubmissionRequest & | _content_ | ||
| ) | const |
Creates a new CoursesResource_CourseWorkResource_StudentSubmissionsRe source_ReclaimMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | course_id | Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
| [in] | course_work_id | Identifier of the course work. |
| [in] | id | Identifier of the student submission. |
| [in] | <em>content</em> | The data object to reclaim. |
Execute the method instance, then destroy it when they are finished. | CoursesResource_CourseWorkResource_StudentSubmissionsResource_ReturnMethod * google_classroom_api::ClassroomService::CoursesResource::CourseWorkResource::StudentSubmissionsResource::NewReturnMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | course_id, | ||
| const absl::string_view & | course_work_id, | ||
| const absl::string_view & | id, | ||
| const ReturnStudentSubmissionRequest & | _content_ | ||
| ) | const |
Creates a new CoursesResource_CourseWorkResource_StudentSubmissionsRe source_ReturnMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | course_id | Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
| [in] | course_work_id | Identifier of the course work. |
| [in] | id | Identifier of the student submission. |
| [in] | <em>content</em> | The data object to return. |
Execute the method instance, then destroy it when they are finished. | CoursesResource_CourseWorkResource_StudentSubmissionsResource_TurnInMethod * google_classroom_api::ClassroomService::CoursesResource::CourseWorkResource::StudentSubmissionsResource::NewTurnInMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | course_id, | ||
| const absl::string_view & | course_work_id, | ||
| const absl::string_view & | id, | ||
| const TurnInStudentSubmissionRequest & | _content_ | ||
| ) | const |
Creates a new CoursesResource_CourseWorkResource_StudentSubmissionsRe source_TurnInMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | course_id | Identifier of the course. This identifier can be either the Classroom-assigned identifier or an alias. |
| [in] | course_work_id | Identifier of the course work. |
| [in] | id | Identifier of the student submission. |
| [in] | <em>content</em> | The data object to turnIn. |
Execute the method instance, then destroy it when they are finished.