public class Classroom.Courses.CourseWork.StudentSubmissions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Classroom.Courses.CourseWork.StudentSubmissions.ClassroomReturn |
class |
Classroom.Courses.CourseWork.StudentSubmissions.Get |
class |
Classroom.Courses.CourseWork.StudentSubmissions.List |
class |
Classroom.Courses.CourseWork.StudentSubmissions.ModifyAttachments |
class |
Classroom.Courses.CourseWork.StudentSubmissions.Patch |
class |
Classroom.Courses.CourseWork.StudentSubmissions.Reclaim |
class |
Classroom.Courses.CourseWork.StudentSubmissions.TurnIn |
| Constructor and Description |
|---|
StudentSubmissions() |
public Classroom.Courses.CourseWork.StudentSubmissions.Get get(String courseId, String courseWorkId, String id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.courseId - Identifier of the course. This identifier can be either the Classroom-assigned identifier or an
alias.courseWorkId - Identifier of the course work.id - Identifier of the student submission.IOExceptionpublic Classroom.Courses.CourseWork.StudentSubmissions.List list(String courseId, String courseWorkId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.courseId - Identifier of the course. This identifier can be either the Classroom-assigned identifier or an
alias.courseWorkId - 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.IOExceptionpublic Classroom.Courses.CourseWork.StudentSubmissions.ModifyAttachments modifyAttachments(String courseId, String courseWorkId, String id, ModifyAttachmentsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.courseId - Identifier of the course. This identifier can be either the Classroom-assigned identifier or an
alias.courseWorkId - Identifier of the course work.id - Identifier of the student submission.content - the ModifyAttachmentsRequestIOExceptionpublic Classroom.Courses.CourseWork.StudentSubmissions.Patch patch(String courseId, String courseWorkId, String id, StudentSubmission content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.courseId - Identifier of the course. This identifier can be either the Classroom-assigned identifier or an
alias.courseWorkId - Identifier of the course work.id - Identifier of the student submission.content - the StudentSubmissionIOExceptionpublic Classroom.Courses.CourseWork.StudentSubmissions.Reclaim reclaim(String courseId, String courseWorkId, String id, ReclaimStudentSubmissionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.courseId - Identifier of the course. This identifier can be either the Classroom-assigned identifier or an
alias.courseWorkId - Identifier of the course work.id - Identifier of the student submission.content - the ReclaimStudentSubmissionRequestIOExceptionpublic Classroom.Courses.CourseWork.StudentSubmissions.ClassroomReturn classroomReturn(String courseId, String courseWorkId, String id, ReturnStudentSubmissionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.courseId - Identifier of the course. This identifier can be either the Classroom-assigned identifier or an
alias.courseWorkId - Identifier of the course work.id - Identifier of the student submission.content - the ReturnStudentSubmissionRequestIOExceptionpublic Classroom.Courses.CourseWork.StudentSubmissions.TurnIn turnIn(String courseId, String courseWorkId, String id, TurnInStudentSubmissionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.courseId - Identifier of the course. This identifier can be either the Classroom-assigned identifier or an
alias.courseWorkId - Identifier of the course work.id - Identifier of the student submission.content - the TurnInStudentSubmissionRequestIOExceptionCopyright © 2011–2022 Google. All rights reserved.