Interface IFormRecordMessageUploadRequestFulfilledEvent

All Superinterfaces:
IFormRecordProvidingEvent, IProjectProvidingEvent, IWorkflowEventData, Serializable

public interface IFormRecordMessageUploadRequestFulfilledEvent extends IFormRecordProvidingEvent
Interface for the event when an upload request was fulfilled by uploading an attachment.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getChat

      FormRecordChat getChat()
      Gets the chat the message was posted to.
      Returns:
      The chat.
    • getMessage

      FormRecordMessage getMessage()
      Gets the message that was posted.
      Returns:
      The posted message.
    • getUploadRequest

      FormRecordMessageUploadRequest getUploadRequest()
      Gets the upload request that was fulfilled.
      Returns:
      The upload request.