Interface DeletedEntryMetadata

All Known Implementing Classes:
DeletedEntryMetadataImpl

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

    Modifier and Type
    Method
    Description
    Gets the URI of this deleted entry.
    Gets the date when this entry was deleted.
  • Method Details

    • 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