| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
CourseMaterialSet |
CourseMaterialSet.clone() |
CourseMaterialSet |
CourseMaterialSet.set(String fieldName,
Object value) |
CourseMaterialSet |
CourseMaterialSet.setMaterials(List<CourseMaterial> materials)
Materials attached to this set.
|
CourseMaterialSet |
CourseMaterialSet.setTitle(String title)
Title for this set.
|
| Modifier and Type | Method and Description |
|---|---|
List<CourseMaterialSet> |
Course.getCourseMaterialSets()
Sets of materials that appear on the "about" page of this course.
|
| Modifier and Type | Method and Description |
|---|---|
Course |
Course.setCourseMaterialSets(List<CourseMaterialSet> courseMaterialSets)
Sets of materials that appear on the "about" page of this course.
|
Copyright © 2011–2022 Google. All rights reserved.