Class DocumentApi
-
- All Implemented Interfaces:
@Serializable() public final class DocumentApi
-
-
Constructor Summary
Constructors Constructor Description DocumentApi(String id, String title, List<StoryStepApi> content, Instant createdAt, Instant lastUpdatedAt, String userId)
-
Method Summary
Modifier and Type Method Description final StringgetId()final StringgetTitle()final List<StoryStepApi>getContent()final InstantgetCreatedAt()final InstantgetLastUpdatedAt()final StringgetUserId()-
-
Method Detail
-
getContent
final List<StoryStepApi> getContent()
-
getCreatedAt
final Instant getCreatedAt()
-
getLastUpdatedAt
final Instant getLastUpdatedAt()
-
-
-
-