public class SubmitPrompt extends XMLRequest
| Constructor and Description |
|---|
SubmitPrompt(TaskPromptSetNames names,
TaskPromptSetContent... content)
Creates a new
SubmitPrompt request. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isResubmitRequired()
This method returns
true if the server did not accept the submit because of invalid fields. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic SubmitPrompt(TaskPromptSetNames names, TaskPromptSetContent... content)
SubmitPrompt request.names - Names of PromptSetscontent - Content of PromptSetspublic boolean isResubmitRequired()
true if the server did not accept the submit because of invalid fields.
In this case the input needs to be corrected and submitted again.Copyright © 2021. All rights reserved.