| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
IndividualStudentsOptions |
IndividualStudentsOptions.clone() |
IndividualStudentsOptions |
CourseWork.getIndividualStudentsOptions()
Identifiers of students with access to the coursework.
|
IndividualStudentsOptions |
CourseWorkMaterial.getIndividualStudentsOptions()
Identifiers of students with access to the course work material.
|
IndividualStudentsOptions |
Announcement.getIndividualStudentsOptions()
Identifiers of students with access to the announcement.
|
IndividualStudentsOptions |
IndividualStudentsOptions.set(String fieldName,
Object value) |
IndividualStudentsOptions |
IndividualStudentsOptions.setStudentIds(List<String> studentIds)
Identifiers for the students that have access to the coursework/announcement.
|
| Modifier and Type | Method and Description |
|---|---|
CourseWork |
CourseWork.setIndividualStudentsOptions(IndividualStudentsOptions individualStudentsOptions)
Identifiers of students with access to the coursework.
|
CourseWorkMaterial |
CourseWorkMaterial.setIndividualStudentsOptions(IndividualStudentsOptions individualStudentsOptions)
Identifiers of students with access to the course work material.
|
Announcement |
Announcement.setIndividualStudentsOptions(IndividualStudentsOptions individualStudentsOptions)
Identifiers of students with access to the announcement.
|
Copyright © 2011–2022 Google. All rights reserved.