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