Interface IPromptExportMetadataInfo


public interface IPromptExportMetadataInfo
Model representing metadata of a prompt export.
Since:
8.5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the date when the prompt export was created.
    The formcycle version used to create the export.
    The label of the prompt export, used e.g. on the UI to show a summary of the contained data.
  • Method Details

    • getExportedAt

      Instant getExportedAt()
      Gets the date when the prompt export was created.
      Returns:
      The date when the prompt export was created.
    • getFcVersion

      String getFcVersion()
      The formcycle version used to create the export.
      Returns:
      The formcycle version used to create the export.
    • getLabel

      String getLabel()
      The label of the prompt export, used e.g. on the UI to show a summary of the contained data.
      Returns:
      The label of the prompt export.