Class FindConversationRequest.Builder
java.lang.Object
com.intercom.api.resources.conversations.requests.FindConversationRequest.Builder
- All Implemented Interfaces:
FindConversationRequest._FinalStage,FindConversationRequest.ConversationIdStage
- Enclosing class:
FindConversationRequest
public static final class FindConversationRequest.Builder
extends Object
implements FindConversationRequest.ConversationIdStage, FindConversationRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()conversationId(String conversationId) The id of the conversation to targetSet to plaintext to retrieve conversation messages in plain text.from(FindConversationRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceFindConversationRequest.ConversationIdStage
-
conversationId
The id of the conversation to target
- Specified by:
conversationIdin interfaceFindConversationRequest.ConversationIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
displayAs
Set to plaintext to retrieve conversation messages in plain text.
- Specified by:
displayAsin interfaceFindConversationRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
displayAs
- Specified by:
displayAsin interfaceFindConversationRequest._FinalStage
-
build
- Specified by:
buildin interfaceFindConversationRequest._FinalStage
-