| Package | Description |
|---|---|
| com.google.api.services.forms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
FileUploadQuestion |
FileUploadQuestion.clone() |
FileUploadQuestion |
Question.getFileUploadQuestion()
A respondent can upload one or more files.
|
FileUploadQuestion |
FileUploadQuestion.set(String fieldName,
Object value) |
FileUploadQuestion |
FileUploadQuestion.setFolderId(String folderId)
Required.
|
FileUploadQuestion |
FileUploadQuestion.setMaxFiles(Integer maxFiles)
Maximum number of files that can be uploaded for this question in a single response.
|
FileUploadQuestion |
FileUploadQuestion.setMaxFileSize(Long maxFileSize)
Maximum number of bytes allowed for any single file uploaded to this question.
|
FileUploadQuestion |
FileUploadQuestion.setTypes(List<String> types)
File types accepted by this question.
|
| Modifier and Type | Method and Description |
|---|---|
Question |
Question.setFileUploadQuestion(FileUploadQuestion fileUploadQuestion)
A respondent can upload one or more files.
|
Copyright © 2011–2025 Google. All rights reserved.