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