Interface RestResource.HasLastModified
- 
- Enclosing interface:
- RestResource
 
 public static interface RestResource.HasLastModifiedA resource with a last modification date.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TimestampgetLastModified()Returns time for the Last-Modified header.
 
- 
- 
- 
Method Detail- 
getLastModifiedTimestamp getLastModified() Returns time for the Last-Modified header. HTTP truncates the header value to seconds.
 
- 
 
-