| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
ModifyIndividualStudentsOptions |
ModifyIndividualStudentsOptions.clone() |
ModifyIndividualStudentsOptions |
ModifyCourseWorkAssigneesRequest.getModifyIndividualStudentsOptions()
Set which students are assigned or not assigned to the coursework.
|
ModifyIndividualStudentsOptions |
ModifyAnnouncementAssigneesRequest.getModifyIndividualStudentsOptions()
Set which students can view or cannot view the announcement.
|
ModifyIndividualStudentsOptions |
ModifyIndividualStudentsOptions.set(String fieldName,
Object value) |
ModifyIndividualStudentsOptions |
ModifyIndividualStudentsOptions.setAddStudentIds(List<String> addStudentIds)
IDs of students to be added as having access to this coursework/announcement.
|
ModifyIndividualStudentsOptions |
ModifyIndividualStudentsOptions.setRemoveStudentIds(List<String> removeStudentIds)
IDs of students to be removed from having access to this coursework/announcement.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyCourseWorkAssigneesRequest |
ModifyCourseWorkAssigneesRequest.setModifyIndividualStudentsOptions(ModifyIndividualStudentsOptions modifyIndividualStudentsOptions)
Set which students are assigned or not assigned to the coursework.
|
ModifyAnnouncementAssigneesRequest |
ModifyAnnouncementAssigneesRequest.setModifyIndividualStudentsOptions(ModifyIndividualStudentsOptions modifyIndividualStudentsOptions)
Set which students can view or cannot view the announcement.
|
Copyright © 2011–2022 Google. All rights reserved.