| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
DriveFolder |
DriveFolder.clone() |
DriveFolder |
Assignment.getStudentWorkFolder()
Drive folder where attachments from student submissions are placed.
|
DriveFolder |
Student.getStudentWorkFolder()
Information about a Drive Folder for this student's work in this course.
|
DriveFolder |
Course.getTeacherFolder()
Information about a Drive Folder that is shared with all teachers of the course.
|
DriveFolder |
DriveFolder.set(String fieldName,
Object value) |
DriveFolder |
DriveFolder.setAlternateLink(String alternateLink)
URL that can be used to access the Drive folder.
|
DriveFolder |
DriveFolder.setId(String id)
Drive API resource ID.
|
DriveFolder |
DriveFolder.setTitle(String title)
Title of the Drive folder.
|
| Modifier and Type | Method and Description |
|---|---|
Assignment |
Assignment.setStudentWorkFolder(DriveFolder studentWorkFolder)
Drive folder where attachments from student submissions are placed.
|
Student |
Student.setStudentWorkFolder(DriveFolder studentWorkFolder)
Information about a Drive Folder for this student's work in this course.
|
Course |
Course.setTeacherFolder(DriveFolder teacherFolder)
Information about a Drive Folder that is shared with all teachers of the course.
|
Copyright © 2011–2022 Google. All rights reserved.