Interface RestResource.HasLastModified
- Enclosing interface:
- RestResource
public static interface RestResource.HasLastModified
A resource with a last modification date.
- 
Method SummaryModifier and TypeMethodDescriptionReturns time for the Last-Modified header.
- 
Method Details- 
getLastModifiedTimestamp getLastModified()Returns time for the Last-Modified header. HTTP truncates the header value to seconds.
 
-