org.apache.olingo.odata2.api.ep.entry
Interface DeletedEntryMetadata


public interface DeletedEntryMetadata

Metadata of a deleted feed entry as defined in Atom Tombstone extension (RFC6721) or Json proprietary format.


Method Summary
 String getUri()
          Gets the URI of this deleted entry.
 Date getWhen()
          Gets the date when this entry was deleted.
 

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


Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.