Interface SearchArticlesResponse.TotalCountStage
-
- All Known Implementing Classes:
SearchArticlesResponse.Builder
- Enclosing class:
- SearchArticlesResponse
public static interface SearchArticlesResponse.TotalCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchArticlesResponse.Builderfrom(SearchArticlesResponse other)SearchArticlesResponse.DataStagetotalCount(int totalCount)The total number of Articles matching the search query
-
-
-
Method Detail
-
totalCount
SearchArticlesResponse.DataStage totalCount(int totalCount)
The total number of Articles matching the search query
-
from
SearchArticlesResponse.Builder from(SearchArticlesResponse other)
-
-