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