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