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