Interface ShowContactByExternalIdResponse.MarkedEmailAsSpamStage
-
- All Known Implementing Classes:
ShowContactByExternalIdResponse.Builder
- Enclosing class:
- ShowContactByExternalIdResponse
public static interface ShowContactByExternalIdResponse.MarkedEmailAsSpamStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShowContactByExternalIdResponse.UnsubscribedFromEmailsStagemarkedEmailAsSpam(boolean markedEmailAsSpam)Whether the contact has marked an email sent to them as spam.
-
-
-
Method Detail
-
markedEmailAsSpam
ShowContactByExternalIdResponse.UnsubscribedFromEmailsStage markedEmailAsSpam(boolean markedEmailAsSpam)
Whether the contact has marked an email sent to them as spam.
-
-