| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Courses.CourseWork.Create |
Classroom.Courses.CourseWork.create(String courseId,
CourseWork content)
Creates course work.
|
Classroom.Courses.CourseWork.Patch |
Classroom.Courses.CourseWork.patch(String courseId,
String id,
CourseWork content)
Updates one or more fields of a course work.
|
| Constructor and Description |
|---|
Create(String courseId,
CourseWork content)
Creates course work.
|
Patch(String courseId,
String id,
CourseWork content)
Updates one or more fields of a course work.
|
| Modifier and Type | Method and Description |
|---|---|
CourseWork |
CourseWork.clone() |
CourseWork |
CourseWork.set(String fieldName,
Object value) |
CourseWork |
CourseWork.setAlternateLink(String alternateLink)
Absolute link to this course work in the Classroom web UI.
|
CourseWork |
CourseWork.setAssigneeMode(String assigneeMode)
Assignee mode of the coursework.
|
CourseWork |
CourseWork.setAssignment(Assignment assignment)
Assignment details.
|
CourseWork |
CourseWork.setAssociatedWithDeveloper(Boolean associatedWithDeveloper)
Whether this course work item is associated with the Developer Console project making the
request.
|
CourseWork |
CourseWork.setCourseId(String courseId)
Identifier of the course.
|
CourseWork |
CourseWork.setCreationTime(String creationTime)
Timestamp when this course work was created.
|
CourseWork |
CourseWork.setCreatorUserId(String creatorUserId)
Identifier for the user that created the coursework.
|
CourseWork |
CourseWork.setDescription(String description)
Optional description of this course work.
|
CourseWork |
CourseWork.setDueDate(Date dueDate)
Optional date, in UTC, that submissions for this course work are due.
|
CourseWork |
CourseWork.setDueTime(TimeOfDay dueTime)
Optional time of day, in UTC, that submissions for this course work are due.
|
CourseWork |
CourseWork.setGradeCategory(GradeCategory gradeCategory)
The category that this coursework's grade contributes to.
|
CourseWork |
CourseWork.setId(String id)
Classroom-assigned identifier of this course work, unique per course.
|
CourseWork |
CourseWork.setIndividualStudentsOptions(IndividualStudentsOptions individualStudentsOptions)
Identifiers of students with access to the coursework.
|
CourseWork |
CourseWork.setMaterials(List<Material> materials)
Additional materials.
|
CourseWork |
CourseWork.setMaxPoints(Double maxPoints)
Maximum grade for this course work.
|
CourseWork |
CourseWork.setMultipleChoiceQuestion(MultipleChoiceQuestion multipleChoiceQuestion)
Multiple choice question details.
|
CourseWork |
CourseWork.setScheduledTime(String scheduledTime)
Optional timestamp when this course work is scheduled to be published.
|
CourseWork |
CourseWork.setState(String state)
Status of this course work.
|
CourseWork |
CourseWork.setSubmissionModificationMode(String submissionModificationMode)
Setting to determine when students are allowed to modify submissions.
|
CourseWork |
CourseWork.setTitle(String title)
Title of this course work.
|
CourseWork |
CourseWork.setTopicId(String topicId)
Identifier for the topic that this coursework is associated with.
|
CourseWork |
CourseWork.setUpdateTime(String updateTime)
Timestamp of the most recent change to this course work.
|
CourseWork |
CourseWork.setWorkType(String workType)
Type of this course work.
|
| Modifier and Type | Method and Description |
|---|---|
List<CourseWork> |
ListCourseWorkResponse.getCourseWork()
Course work items that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListCourseWorkResponse |
ListCourseWorkResponse.setCourseWork(List<CourseWork> courseWork)
Course work items that match the request.
|
Copyright © 2011–2022 Google. All rights reserved.