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 ofIFulfillRequestedUploadResponse.- Since:
 - 8.2.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultFulfillRequestedUploadResponse(FormRecordChat chat, FormRecordMessage message, FormRecordMessageUploadRequest uploadRequest, ITriggeredWorkflowExecutionResult workflowExecutionResult)Creates a new instance with the given parameters. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormRecordChatchat()Gets the chat to which the message with the fulfilled upload request belongs.FormRecordMessagemessage()Gets the message with the fulfilled upload request.FormRecordMessageUploadRequestuploadRequest()Gets the upload request that was fulfilled.ITriggeredWorkflowExecutionResultworkflowExecutionResult()Gets the result of the workflow execution, resulting from the fulfillment of the upload request. 
 - 
 
- 
- 
Constructor Detail
- 
DefaultFulfillRequestedUploadResponse
public DefaultFulfillRequestedUploadResponse(FormRecordChat chat, FormRecordMessage message, FormRecordMessageUploadRequest 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 Detail
- 
chat
public FormRecordChat 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
public FormRecordMessage 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
public FormRecordMessageUploadRequest uploadRequest()
Description copied from interface:IFulfillRequestedUploadResponseGets the upload request that was fulfilled.- Specified by:
 uploadRequestin interfaceIFulfillRequestedUploadResponse- Returns:
 - The upload request that was fulfilled.
 
 
- 
workflowExecutionResult
public ITriggeredWorkflowExecutionResult 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.
 
 
 - 
 
 -