Interface CmsObject
-
- All Implemented Interfaces:
public interface CmsObject
-
-
Method Summary
Modifier and Type Method Description boolean
isBuiltin()
abstract ThreescaleObjectType
getType()
abstract Long
getId()
abstract OffsetDateTime
getCreatedAt()
abstract OffsetDateTime
getUpdatedAt()
-
-
Method Detail
-
isBuiltin
boolean isBuiltin()
-
getType
@Nonnull() abstract ThreescaleObjectType getType()
-
getCreatedAt
abstract OffsetDateTime getCreatedAt()
-
getUpdatedAt
abstract OffsetDateTime getUpdatedAt()
-
-
-
-