| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Courses.CourseWork.StudentSubmissions.Patch |
Classroom.Courses.CourseWork.StudentSubmissions.patch(String courseId,
String courseWorkId,
String id,
StudentSubmission content)
Updates one or more fields of a student submission.
|
| Constructor and Description |
|---|
Patch(String courseId,
String courseWorkId,
String id,
StudentSubmission content)
Updates one or more fields of a student submission.
|
| Modifier and Type | Method and Description |
|---|---|
StudentSubmission |
StudentSubmission.clone() |
StudentSubmission |
StudentSubmission.set(String fieldName,
Object value) |
StudentSubmission |
StudentSubmission.setAlternateLink(String alternateLink)
Absolute link to the submission in the Classroom web UI.
|
StudentSubmission |
StudentSubmission.setAssignedGrade(Double assignedGrade)
Optional grade.
|
StudentSubmission |
StudentSubmission.setAssignmentSubmission(AssignmentSubmission assignmentSubmission)
Submission content when course_work_type is ASSIGNMENT.
|
StudentSubmission |
StudentSubmission.setAssociatedWithDeveloper(Boolean associatedWithDeveloper)
Whether this student submission is associated with the Developer Console project making the
request.
|
StudentSubmission |
StudentSubmission.setCourseId(String courseId)
Identifier of the course.
|
StudentSubmission |
StudentSubmission.setCourseWorkId(String courseWorkId)
Identifier for the course work this corresponds to.
|
StudentSubmission |
StudentSubmission.setCourseWorkType(String courseWorkType)
Type of course work this submission is for.
|
StudentSubmission |
StudentSubmission.setCreationTime(String creationTime)
Creation time of this submission.
|
StudentSubmission |
StudentSubmission.setDraftGrade(Double draftGrade)
Optional pending grade.
|
StudentSubmission |
StudentSubmission.setId(String id)
Classroom-assigned Identifier for the student submission.
|
StudentSubmission |
StudentSubmission.setLate(Boolean late)
Whether this submission is late.
|
StudentSubmission |
StudentSubmission.setMultipleChoiceSubmission(MultipleChoiceSubmission multipleChoiceSubmission)
Submission content when course_work_type is MULTIPLE_CHOICE_QUESTION.
|
StudentSubmission |
StudentSubmission.setShortAnswerSubmission(ShortAnswerSubmission shortAnswerSubmission)
Submission content when course_work_type is SHORT_ANSWER_QUESTION.
|
StudentSubmission |
StudentSubmission.setState(String state)
State of this submission.
|
StudentSubmission |
StudentSubmission.setSubmissionHistory(List<SubmissionHistory> submissionHistory)
The history of the submission (includes state and grade histories).
|
StudentSubmission |
StudentSubmission.setUpdateTime(String updateTime)
Last update time of this submission.
|
StudentSubmission |
StudentSubmission.setUserId(String userId)
Identifier for the student that owns this submission.
|
| Modifier and Type | Method and Description |
|---|---|
List<StudentSubmission> |
ListStudentSubmissionsResponse.getStudentSubmissions()
Student work that matches the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListStudentSubmissionsResponse |
ListStudentSubmissionsResponse.setStudentSubmissions(List<StudentSubmission> studentSubmissions)
Student work that matches the request.
|
Copyright © 2011–2022 Google. All rights reserved.