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