Package org.craftercms.studio.api.v1.to
Interface TimeStamped
- All Known Implementing Classes:
ContentTypeConfigTO,NotificationConfigTO,PermissionsConfigTO
public interface TimeStamped
- Author:
- hyanghee
-
Method Summary
Modifier and TypeMethodDescriptionget the last updated datevoidsetLastUpdated(ZonedDateTime lastUpdated) set the last updated date
-
Method Details
-
setLastUpdated
set the last updated date- Parameters:
lastUpdated- last updated date
-
getLastUpdated
ZonedDateTime getLastUpdated()get the last updated date- Returns:
- last updated date
-