contactListImportAction property
>The type of action that you want to perform on the addresses. Acceptable values:
- PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
- DELETE: remove the addresses from the contact list.
Implementation
final ContactListImportAction contactListImportAction;