T - the interface which inherits from this interfaceO - the interface which belongs to Versionedpublic interface ResourceView<T,O> extends Timestamped, Versioned<O>
| Modifier and Type | Method and Description |
|---|---|
ZonedDateTime |
getCreatedAt() |
String |
getId()
The unique ID of this object.
|
ZonedDateTime |
getLastModifiedAt() |
Long |
getVersion() |
String getId()
IdentifiableLong getVersion()
getVersion in interface Versioned<O>ZonedDateTime getCreatedAt()
getCreatedAt in interface CreationTimestampedgetCreatedAt in interface TimestampedZonedDateTime getLastModifiedAt()
getLastModifiedAt in interface Timestamped