Package com.intercom.api.types
Interface LinkedObjectList.TotalCountStage
-
- All Known Implementing Classes:
LinkedObjectList.Builder
- Enclosing class:
- LinkedObjectList
public static interface LinkedObjectList.TotalCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LinkedObjectList.Builderfrom(LinkedObjectList other)LinkedObjectList.HasMoreStagetotalCount(int totalCount)The total number of linked objects.
-
-
-
Method Detail
-
totalCount
LinkedObjectList.HasMoreStage totalCount(int totalCount)
The total number of linked objects.
-
from
LinkedObjectList.Builder from(LinkedObjectList other)
-
-