| Package | Description |
|---|---|
| com.google.api.services.classroom | |
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Classroom.Courses.CourseWork.ModifyAssignees |
Classroom.Courses.CourseWork.modifyAssignees(String courseId,
String id,
ModifyCourseWorkAssigneesRequest content)
Modifies assignee mode and options of a coursework.
|
| Constructor and Description |
|---|
ModifyAssignees(String courseId,
String id,
ModifyCourseWorkAssigneesRequest content)
Modifies assignee mode and options of a coursework.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyCourseWorkAssigneesRequest |
ModifyCourseWorkAssigneesRequest.clone() |
ModifyCourseWorkAssigneesRequest |
ModifyCourseWorkAssigneesRequest.set(String fieldName,
Object value) |
ModifyCourseWorkAssigneesRequest |
ModifyCourseWorkAssigneesRequest.setAssigneeMode(String assigneeMode)
Mode of the coursework describing whether it will be assigned to all students or specified
individual students.
|
ModifyCourseWorkAssigneesRequest |
ModifyCourseWorkAssigneesRequest.setModifyIndividualStudentsOptions(ModifyIndividualStudentsOptions modifyIndividualStudentsOptions)
Set which students are assigned or not assigned to the coursework.
|
Copyright © 2011–2022 Google. All rights reserved.