Interface ArticleListItem.CreatedAtStage
-
- All Known Implementing Classes:
ArticleListItem.Builder
- Enclosing class:
- ArticleListItem
public static interface ArticleListItem.CreatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArticleListItem.UpdatedAtStagecreatedAt(int createdAt)The time when the article was created.
-
-
-
Method Detail
-
createdAt
ArticleListItem.UpdatedAtStage createdAt(int createdAt)
The time when the article was created. For multilingual articles, this will be the timestamp of creation of the default language's content in seconds.
-
-