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