Package com.intercom.api.types
Interface ArticleContent.StateStage
-
- All Known Implementing Classes:
ArticleContent.Builder
- Enclosing class:
- ArticleContent
public static interface ArticleContent.StateStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArticleContent._FinalStagestate(ArticleContent.State state)Whether the article is `published` or is a `draft` .
-
-
-
Method Detail
-
state
ArticleContent._FinalStage state(@NotNull ArticleContent.State state)
Whether the article is `published` or is a `draft` .
-
-