| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
CourseMaterial |
CourseMaterial.clone() |
CourseMaterial |
CourseMaterial.set(String fieldName,
Object value) |
CourseMaterial |
CourseMaterial.setDriveFile(DriveFile driveFile)
Google Drive file attachment.
|
CourseMaterial |
CourseMaterial.setForm(Form form)
Google Forms attachment.
|
CourseMaterial |
CourseMaterial.setLink(Link link)
Link atatchment.
|
CourseMaterial |
CourseMaterial.setYouTubeVideo(YouTubeVideo youTubeVideo)
Youtube video attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<CourseMaterial> |
CourseMaterialSet.getMaterials()
Materials attached to this set.
|
| Modifier and Type | Method and Description |
|---|---|
CourseMaterialSet |
CourseMaterialSet.setMaterials(List<CourseMaterial> materials)
Materials attached to this set.
|
Copyright © 2011–2022 Google. All rights reserved.