| Package | Description |
|---|---|
| com.google.api.services.forms.v1 | |
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Forms.FormsOperations.Create |
Forms.FormsOperations.create(Form content)
Create a new form using the title given in the provided form message in the request.
|
| Constructor and Description |
|---|
Create(Form content)
Create a new form using the title given in the provided form message in the request.
|
| Modifier and Type | Method and Description |
|---|---|
Form |
Form.clone() |
Form |
BatchUpdateFormResponse.getForm()
Based on the bool request field `include_form_in_response`, a form with all applied
mutations/updates is returned or not.
|
Form |
Form.set(String fieldName,
Object value) |
Form |
Form.setFormId(String formId)
Output only.
|
Form |
Form.setInfo(Info info)
Required.
|
Form |
Form.setItems(List<Item> items)
Required.
|
Form |
Form.setLinkedSheetId(String linkedSheetId)
Output only.
|
Form |
Form.setResponderUri(String responderUri)
Output only.
|
Form |
Form.setRevisionId(String revisionId)
Output only.
|
Form |
Form.setSettings(FormSettings settings)
The form's settings.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateFormResponse |
BatchUpdateFormResponse.setForm(Form form)
Based on the bool request field `include_form_in_response`, a form with all applied
mutations/updates is returned or not.
|
Copyright © 2011–2022 Google. All rights reserved.