Interface CustomChannelNotificationResponse.ContactIdStage
-
- All Known Implementing Classes:
CustomChannelNotificationResponse.Builder
- Enclosing class:
- CustomChannelNotificationResponse
public static interface CustomChannelNotificationResponse.ContactIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomChannelNotificationResponse._FinalStagecontactId(java.lang.String contactId)The Intercom contact ID mapped to the external contact ID
-
-
-
Method Detail
-
contactId
CustomChannelNotificationResponse._FinalStage contactId(@NotNull java.lang.String contactId)
The Intercom contact ID mapped to the external contact ID
-
-