Interface IFulfillRequestedUploadResponse
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
DefaultFulfillRequestedUploadResponse
-
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.
-
Method Details
-
chat
FormRecordChat chat()Gets the chat to which the message with the fulfilled upload request belongs.- Returns:
- The chat to which the message with the fulfilled upload request belongs.
-
message
DetailedFormRecordMessageDTO message()Gets the message with the fulfilled upload request.- Returns:
- The message with the fulfilled upload request.
-
uploadRequest
DetailedFormRecordMessageUploadRequestDTO uploadRequest()Gets the upload request that was fulfilled.- Returns:
- The upload request that was fulfilled.
-
workflowExecutionResult
ITriggeredWorkflowExecutionResult workflowExecutionResult()Gets the result of the workflow execution, resulting from the fulfillment of the upload request.- Returns:
- The result of the workflow execution.
-