Package com.intercom.api.types
Interface ArticleStatistics.ViewsStage
-
- All Known Implementing Classes:
ArticleStatistics.Builder
- Enclosing class:
- ArticleStatistics
public static interface ArticleStatistics.ViewsStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArticleStatistics.Builderfrom(ArticleStatistics other)ArticleStatistics.ReactionsStageviews(int views)The number of total views the article has received.
-
-
-
Method Detail
-
views
ArticleStatistics.ReactionsStage views(int views)
The number of total views the article has received.
-
from
ArticleStatistics.Builder from(ArticleStatistics other)
-
-