Interface DynamicContent.Instance

  • All Known Implementing Classes:
    DynamicContent.InstanceAdapter
    Enclosing interface:
    DynamicContent

    public static interface DynamicContent.Instance
    Defines the contract for a given version of dynamic content at a single moment in time.
    • Method Detail

      • getText

        String getText()
        Returns the text of the dynamic content instance.
        Returns:
      • getTimestamp

        Date getTimestamp()
        Returns the timestamp when the instance was created.
        Returns: