Class AttachContactToConversationRequest.Builder
java.lang.Object
com.intercom.api.resources.conversations.requests.AttachContactToConversationRequest.Builder
- All Implemented Interfaces:
AttachContactToConversationRequest._FinalStage,AttachContactToConversationRequest.ConversationIdStage
- Enclosing class:
AttachContactToConversationRequest
public static final class AttachContactToConversationRequest.Builder
extends Object
implements AttachContactToConversationRequest.ConversationIdStage, AttachContactToConversationRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionTheidof the admin who is adding the new participant.build()conversationId(String conversationId) The identifier for the conversation as given by Intercom.
-
Method Details
-
from
- Specified by:
fromin interfaceAttachContactToConversationRequest.ConversationIdStage
-
conversationId
public AttachContactToConversationRequest._FinalStage conversationId(@NotNull String conversationId) The identifier for the conversation as given by Intercom.
- Specified by:
conversationIdin interfaceAttachContactToConversationRequest.ConversationIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
customer
public AttachContactToConversationRequest._FinalStage customer(AttachContactToConversationRequest.Customer customer) - Specified by:
customerin interfaceAttachContactToConversationRequest._FinalStage
-
customer
public AttachContactToConversationRequest._FinalStage customer(Optional<AttachContactToConversationRequest.Customer> customer) - Specified by:
customerin interfaceAttachContactToConversationRequest._FinalStage
-
adminId
The
idof the admin who is adding the new participant.- Specified by:
adminIdin interfaceAttachContactToConversationRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
- Specified by:
adminIdin interfaceAttachContactToConversationRequest._FinalStage
-
build
- Specified by:
buildin interfaceAttachContactToConversationRequest._FinalStage
-