Interface DetachContactFromConversationRequest.ConversationIdStage
-
- All Known Implementing Classes:
DetachContactFromConversationRequest.Builder
- Enclosing class:
- DetachContactFromConversationRequest
public static interface DetachContactFromConversationRequest.ConversationIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DetachContactFromConversationRequest.ContactIdStageconversationId(java.lang.String conversationId)The identifier for the conversation as given by Intercom.DetachContactFromConversationRequest.Builderfrom(DetachContactFromConversationRequest other)
-
-
-
Method Detail
-
conversationId
DetachContactFromConversationRequest.ContactIdStage conversationId(@NotNull java.lang.String conversationId)
The identifier for the conversation as given by Intercom.
-
-