| Modifier and Type | Class and Description |
|---|---|
class |
Forms.FormsOperations.BatchUpdate |
class |
Forms.FormsOperations.Create |
class |
Forms.FormsOperations.Get |
class |
Forms.FormsOperations.Responses
The "responses" collection of methods.
|
class |
Forms.FormsOperations.SetPublishSettings |
class |
Forms.FormsOperations.Watches
The "watches" collection of methods.
|
| Constructor and Description |
|---|
FormsOperations() |
| Modifier and Type | Method and Description |
|---|---|
Forms.FormsOperations.BatchUpdate |
batchUpdate(String formId,
BatchUpdateFormRequest content)
Change the form with a batch of updates.
|
Forms.FormsOperations.Create |
create(Form content)
Create a new form using the title given in the provided form message in the request.
|
Forms.FormsOperations.Get |
get(String formId)
Get a form.
|
Forms.FormsOperations.Responses |
responses()
An accessor for creating requests from the Responses collection.
|
Forms.FormsOperations.SetPublishSettings |
setPublishSettings(String formId,
SetPublishSettingsRequest content)
Updates the publish settings of a form.
|
Forms.FormsOperations.Watches |
watches()
An accessor for creating requests from the Watches collection.
|
public Forms.FormsOperations.BatchUpdate batchUpdate(String formId, BatchUpdateFormRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. The form ID.content - the BatchUpdateFormRequestIOExceptionpublic Forms.FormsOperations.Create create(Form content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the FormIOExceptionpublic Forms.FormsOperations.Get get(String formId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. The form ID.IOExceptionpublic Forms.FormsOperations.SetPublishSettings setPublishSettings(String formId, SetPublishSettingsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. The ID of the form. You can get the id from Form.form_id field.content - the SetPublishSettingsRequestIOExceptionpublic Forms.FormsOperations.Responses responses()
The typical use is:
Forms forms = new Forms(...);Forms.Responses.List request = forms.responses().list(parameters ...)
public Forms.FormsOperations.Watches watches()
The typical use is:
Forms forms = new Forms(...);Forms.Watches.List request = forms.watches().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.