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