| Package | Description |
|---|---|
| com.google.api.services.classroom.model |
| Modifier and Type | Method and Description |
|---|---|
Form |
Form.clone() |
Form |
CourseMaterial.getForm()
Google Forms attachment.
|
Form |
Attachment.getForm()
Google Forms attachment.
|
Form |
Material.getForm()
Google Forms material.
|
Form |
Form.set(String fieldName,
Object value) |
Form |
Form.setFormUrl(String formUrl)
URL of the form.
|
Form |
Form.setResponseUrl(String responseUrl)
URL of the form responses document.
|
Form |
Form.setThumbnailUrl(String thumbnailUrl)
URL of a thumbnail image of the Form.
|
Form |
Form.setTitle(String title)
Title of the Form.
|
| Modifier and Type | Method and Description |
|---|---|
CourseMaterial |
CourseMaterial.setForm(Form form)
Google Forms attachment.
|
Attachment |
Attachment.setForm(Form form)
Google Forms attachment.
|
Material |
Material.setForm(Form form)
Google Forms material.
|
Copyright © 2011–2022 Google. All rights reserved.