Class DetachContactFromConversationRequest.Builder
java.lang.Object
com.intercom.api.resources.conversations.requests.DetachContactFromConversationRequest.Builder
- All Implemented Interfaces:
DetachContactFromConversationRequest._FinalStage,DetachContactFromConversationRequest.AdminIdStage,DetachContactFromConversationRequest.ContactIdStage,DetachContactFromConversationRequest.ConversationIdStage
- Enclosing class:
DetachContactFromConversationRequest
public static final class DetachContactFromConversationRequest.Builder
extends Object
implements DetachContactFromConversationRequest.ConversationIdStage, DetachContactFromConversationRequest.ContactIdStage, DetachContactFromConversationRequest.AdminIdStage, DetachContactFromConversationRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionTheidof the admin who is performing the action.build()The identifier for the contact as given by Intercom.conversationId(String conversationId) The identifier for the conversation as given by Intercom.
-
Method Details
-
from
public DetachContactFromConversationRequest.Builder from(DetachContactFromConversationRequest other) - Specified by:
fromin interfaceDetachContactFromConversationRequest.ConversationIdStage
-
conversationId
public DetachContactFromConversationRequest.ContactIdStage conversationId(@NotNull String conversationId) The identifier for the conversation as given by Intercom.
- Specified by:
conversationIdin interfaceDetachContactFromConversationRequest.ConversationIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
contactId
The identifier for the contact as given by Intercom.
- Specified by:
contactIdin interfaceDetachContactFromConversationRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
The
idof the admin who is performing the action.- Specified by:
adminIdin interfaceDetachContactFromConversationRequest.AdminIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceDetachContactFromConversationRequest._FinalStage
-