Package com.okta.sdk.resource
Interface Auditable
-
public interface Auditable
Interface to be implemented byResources
that contain and can be retrieved using theResource#createdAt
.- Since:
- 0.5.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getCreatedAt()
Returns the Resource's created date.java.util.Date
getModifiedAt()
Returns the Resource's last modification date.
-