Interface AttachContactToConversationRequest.Customer.IntercomUserId.IntercomUserIdStage
-
- All Known Implementing Classes:
AttachContactToConversationRequest.Customer.IntercomUserId.Builder
- Enclosing class:
- AttachContactToConversationRequest.Customer.IntercomUserId
public static interface AttachContactToConversationRequest.Customer.IntercomUserId.IntercomUserIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttachContactToConversationRequest.Customer.IntercomUserId.Builderfrom(AttachContactToConversationRequest.Customer.IntercomUserId other)AttachContactToConversationRequest.Customer.IntercomUserId._FinalStageintercomUserId(java.lang.String intercomUserId)The identifier for the contact as given by Intercom.
-
-
-
Method Detail
-
intercomUserId
AttachContactToConversationRequest.Customer.IntercomUserId._FinalStage intercomUserId(@NotNull java.lang.String intercomUserId)
The identifier for the contact as given by Intercom.
-
-