Interface DeletedEntryMetadata


  • public interface DeletedEntryMetadata
    Metadata of a deleted feed entry as defined in Atom Tombstone extension (RFC6721) or Json proprietary format.
    • Method Detail

      • getUri

        String getUri()
        Gets the URI of this deleted entry.
        Returns:
        the URI
      • getWhen

        Date getWhen()
        Gets the date when this entry was deleted.
        Returns:
        the when date