Interface ShowContactByExternalIdResponse.UnsubscribedFromEmailsStage
-
- All Known Implementing Classes:
ShowContactByExternalIdResponse.Builder
- Enclosing class:
- ShowContactByExternalIdResponse
public static interface ShowContactByExternalIdResponse.UnsubscribedFromEmailsStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShowContactByExternalIdResponse.CreatedAtStageunsubscribedFromEmails(boolean unsubscribedFromEmails)Whether the contact is unsubscribed from emails.
-
-
-
Method Detail
-
unsubscribedFromEmails
ShowContactByExternalIdResponse.CreatedAtStage unsubscribedFromEmails(boolean unsubscribedFromEmails)
Whether the contact is unsubscribed from emails.
-
-