Interface Article.UpdatedAtStage
-
- All Known Implementing Classes:
Article.Builder
- Enclosing class:
- Article
public static interface Article.UpdatedAtStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Article._FinalStageupdatedAt(int updatedAt)The time when the article was last updated.
-
-
-
Method Detail
-
updatedAt
Article._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.
-
-