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