Package com.intercom.api.types
Interface CollectionList.TotalCountStage
-
- All Known Implementing Classes:
CollectionList.Builder
- Enclosing class:
- CollectionList
public static interface CollectionList.TotalCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionList.Builderfrom(CollectionList other)CollectionList._FinalStagetotalCount(int totalCount)A count of the total number of collections.
-
-
-
Method Detail
-
totalCount
CollectionList._FinalStage totalCount(int totalCount)
A count of the total number of collections.
-
from
CollectionList.Builder from(CollectionList other)
-
-