Interface ArticleListItem.StateStage
-
- All Known Implementing Classes:
ArticleListItem.Builder
- Enclosing class:
- ArticleListItem
public static interface ArticleListItem.StateStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArticleListItem.CreatedAtStagestate(ArticleListItem.State state)Whether the article ispublishedor is adraft.
-
-
-
Method Detail
-
state
ArticleListItem.CreatedAtStage state(@NotNull ArticleListItem.State state)
Whether the article is
publishedor is adraft. For multilingual articles, this will be the state of the default language's content.
-
-