CoursesCourseWorkStudentSubmissionsResource class

Constructors

CoursesCourseWorkStudentSubmissionsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get(String courseId, String courseWorkId, String id, {String? $fields}) Future<StudentSubmission>
Returns a student submission.
list(String courseId, String courseWorkId, {String? late, int? pageSize, String? pageToken, List<String>? states, String? userId, String? $fields}) Future<ListStudentSubmissionsResponse>
Returns a list of student submissions that the requester is permitted to view, factoring in the OAuth scopes of the request.
modifyAttachments(ModifyAttachmentsRequest request, String courseId, String courseWorkId, String id, {String? $fields}) Future<StudentSubmission>
Modifies attachments of student submission.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(StudentSubmission request, String courseId, String courseWorkId, String id, {String? updateMask, String? $fields}) Future<StudentSubmission>
Updates one or more fields of a student submission.
reclaim(ReclaimStudentSubmissionRequest request, String courseId, String courseWorkId, String id, {String? $fields}) Future<Empty>
Reclaims a student submission on behalf of the student that owns it.
return_(ReturnStudentSubmissionRequest request, String courseId, String courseWorkId, String id, {String? $fields}) Future<Empty>
Returns a student submission.
toString() String
A string representation of this object.
inherited
turnIn(TurnInStudentSubmissionRequest request, String courseId, String courseWorkId, String id, {String? $fields}) Future<Empty>
Turns in a student submission.

Operators

operator ==(Object other) bool
The equality operator.
inherited