Package com.intercom.api.types
Class PaginatedConversationResponse.Builder
java.lang.Object
com.intercom.api.types.PaginatedConversationResponse.Builder
- All Implemented Interfaces:
PaginatedConversationResponse._FinalStage,PaginatedConversationResponse.TotalCountStage
- Enclosing class:
PaginatedConversationResponse
public static final class PaginatedConversationResponse.Builder
extends Object
implements PaginatedConversationResponse.TotalCountStage, PaginatedConversationResponse._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaddAllConversations(List<Conversation> conversations) The list of conversation objectsaddConversations(Conversation conversations) The list of conversation objectsbuild()conversations(List<Conversation> conversations) pages(CursorPages pages) pages(Optional<CursorPages> pages) totalCount(int totalCount) A count of the total number of objects.
-
Method Details
-
from
- Specified by:
fromin interfacePaginatedConversationResponse.TotalCountStage
-
totalCount
A count of the total number of objects.
- Specified by:
totalCountin interfacePaginatedConversationResponse.TotalCountStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
pages
- Specified by:
pagesin interfacePaginatedConversationResponse._FinalStage
-
pages
- Specified by:
pagesin interfacePaginatedConversationResponse._FinalStage
-
addAllConversations
public PaginatedConversationResponse._FinalStage addAllConversations(List<Conversation> conversations) The list of conversation objects
- Specified by:
addAllConversationsin interfacePaginatedConversationResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
addConversations
The list of conversation objects
- Specified by:
addConversationsin interfacePaginatedConversationResponse._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
conversations
- Specified by:
conversationsin interfacePaginatedConversationResponse._FinalStage
-
build
- Specified by:
buildin interfacePaginatedConversationResponse._FinalStage
-