Interface CustomChannelNotificationResponse.ExternalContactIdStage
-
- All Known Implementing Classes:
CustomChannelNotificationResponse.Builder
- Enclosing class:
- CustomChannelNotificationResponse
public static interface CustomChannelNotificationResponse.ExternalContactIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomChannelNotificationResponse.ContactIdStageexternalContactId(java.lang.String externalContactId)The external contact ID provided in the notification request
-
-
-
Method Detail
-
externalContactId
CustomChannelNotificationResponse.ContactIdStage externalContactId(@NotNull java.lang.String externalContactId)
The external contact ID provided in the notification request
-
-