Interface AttachContactToConversationRequest.IdStage
-
- All Known Implementing Classes:
AttachContactToConversationRequest.Builder
- Enclosing class:
- AttachContactToConversationRequest
public static interface AttachContactToConversationRequest.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachContactToConversationRequest.Builderfrom(AttachContactToConversationRequest other)AttachContactToConversationRequest._FinalStageid(java.lang.String id)The identifier for the conversation as given by Intercom.
-
-
-
Method Detail
-
id
AttachContactToConversationRequest._FinalStage id(@NotNull java.lang.String id)
The identifier for the conversation as given by Intercom.
-
from
AttachContactToConversationRequest.Builder from(AttachContactToConversationRequest other)
-
-