| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.clone() |
Attachment |
Attachment.set(String fieldName,
Object value) |
Attachment |
Attachment.setDriveFile(DriveFile driveFile)
Google Drive file attachment.
|
Attachment |
Attachment.setForm(Form form)
Google Forms attachment.
|
Attachment |
Attachment.setLink(Link link)
Link attachment.
|
Attachment |
Attachment.setYouTubeVideo(YouTubeVideo youTubeVideo)
Youtube video attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
ModifyAttachmentsRequest.getAddAttachments()
Attachments to add.
|
List<Attachment> |
AssignmentSubmission.getAttachments()
Attachments added by the student.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyAttachmentsRequest |
ModifyAttachmentsRequest.setAddAttachments(List<Attachment> addAttachments)
Attachments to add.
|
AssignmentSubmission |
AssignmentSubmission.setAttachments(List<Attachment> attachments)
Attachments added by the student.
|
Copyright © 2011–2022 Google. All rights reserved.