public class Forms.FormsOperations.Responses extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Forms.FormsOperations.Responses.Get |
class |
Forms.FormsOperations.Responses.List |
| Constructor and Description |
|---|
Responses() |
| Modifier and Type | Method and Description |
|---|---|
Forms.FormsOperations.Responses.Get |
get(String formId,
String responseId)
Get one response from the form.
|
Forms.FormsOperations.Responses.List |
list(String formId)
List a form's responses.
|
public Forms.FormsOperations.Responses.Get get(String formId, String responseId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. The form ID.responseId - Required. The response ID within the form.IOExceptionpublic Forms.FormsOperations.Responses.List list(String formId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.formId - Required. ID of the Form whose responses to list.IOExceptionCopyright © 2011–2025 Google. All rights reserved.