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