T
- the interface which inherits from this interfaceO
- the interface which belongs to Versioned
public 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()
Identifiable
Long getVersion()
getVersion
in interface Versioned<O>
ZonedDateTime getCreatedAt()
getCreatedAt
in interface CreationTimestamped
getCreatedAt
in interface Timestamped
ZonedDateTime getLastModifiedAt()
getLastModifiedAt
in interface Timestamped