| Package | Description |
|---|---|
| com.google.api.services.forms.v1 | |
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Forms.FormsOperations.BatchUpdate |
Forms.FormsOperations.batchUpdate(String formId,
BatchUpdateFormRequest content)
Change the form with a batch of updates.
|
| Constructor and Description |
|---|
BatchUpdate(String formId,
BatchUpdateFormRequest content)
Change the form with a batch of updates.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateFormRequest |
BatchUpdateFormRequest.clone() |
BatchUpdateFormRequest |
BatchUpdateFormRequest.set(String fieldName,
Object value) |
BatchUpdateFormRequest |
BatchUpdateFormRequest.setIncludeFormInResponse(Boolean includeFormInResponse)
Whether to return an updated version of the model in the response.
|
BatchUpdateFormRequest |
BatchUpdateFormRequest.setRequests(List<Request> requests)
Required.
|
BatchUpdateFormRequest |
BatchUpdateFormRequest.setWriteControl(WriteControl writeControl)
Provides control over how write requests are executed.
|
Copyright © 2011–2022 Google. All rights reserved.