Class DefaultFulfillRequestedUploadResponse
java.lang.Object
de.xima.fc.common.form_record.chat.DefaultFulfillRequestedUploadResponse
- All Implemented Interfaces:
IFulfillRequestedUploadResponse, Serializable
public final class DefaultFulfillRequestedUploadResponse
extends Object
implements IFulfillRequestedUploadResponse
Default POJO implementation of
IFulfillRequestedUploadResponse.- Since:
- 8.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultFulfillRequestedUploadResponse(FormRecordChat chat, DetailedFormRecordMessageDTO message, DetailedFormRecordMessageUploadRequestDTO uploadRequest, ITriggeredWorkflowExecutionResult workflowExecutionResult) Creates a new instance with the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionchat()Gets the chat to which the message with the fulfilled upload request belongs.message()Gets the message with the fulfilled upload request.Gets the upload request that was fulfilled.Gets the result of the workflow execution, resulting from the fulfillment of the upload request.
-
Constructor Details
-
DefaultFulfillRequestedUploadResponse
public DefaultFulfillRequestedUploadResponse(FormRecordChat chat, DetailedFormRecordMessageDTO message, DetailedFormRecordMessageUploadRequestDTO uploadRequest, ITriggeredWorkflowExecutionResult workflowExecutionResult) Creates a new instance with the given parameters.- Parameters:
chat- The chat to which the message belongs.message- The message for which an upload request was fulfilled.uploadRequest- The upload request that was fulfilled.workflowExecutionResult- The result of the workflow execution.
-
-
Method Details
-
chat
Description copied from interface:IFulfillRequestedUploadResponseGets the chat to which the message with the fulfilled upload request belongs.- Specified by:
chatin interfaceIFulfillRequestedUploadResponse- Returns:
- The chat to which the message with the fulfilled upload request belongs.
-
message
Description copied from interface:IFulfillRequestedUploadResponseGets the message with the fulfilled upload request.- Specified by:
messagein interfaceIFulfillRequestedUploadResponse- Returns:
- The message with the fulfilled upload request.
-
uploadRequest
Description copied from interface:IFulfillRequestedUploadResponseGets the upload request that was fulfilled.- Specified by:
uploadRequestin interfaceIFulfillRequestedUploadResponse- Returns:
- The upload request that was fulfilled.
-
workflowExecutionResult
Description copied from interface:IFulfillRequestedUploadResponseGets the result of the workflow execution, resulting from the fulfillment of the upload request.- Specified by:
workflowExecutionResultin interfaceIFulfillRequestedUploadResponse- Returns:
- The result of the workflow execution.
-