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