Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Add support of BASE_16_ENCRYPTED_EMAIL column type to ETDataExtension… #82

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 12, 2018

  1. Add support of BASE_16_ENCRYPTED_EMAIL column type to ETDataExtension…

    …Column
    
    Add support of BASE_16_ENCRYPTED_EMAIL column type;
    Fixes:
    ```
    Caused by: java.lang.IllegalArgumentException: No enum constant com.exacttarget.fuelsdk.ETDataExtensionColumn.Type.BASE_16_ENCRYPTED_EMAIL
      at java.lang.Enum.valueOf(Enum.java:238)
      at com.exacttarget.fuelsdk.ETSoapObject$EnumConverter.convert(ETSoapObject.java:989)
      at org.apache.commons.beanutils.BeanUtilsBean.convert(BeanUtilsBean.java:1072)
      at org.apache.commons.beanutils.BeanUtilsBean.setProperty(BeanUtilsBean.java:1005)
      at org.apache.commons.beanutils.BeanUtils.setProperty(BeanUtils.java:454)
      at com.exacttarget.fuelsdk.ETSoapObject.fromInternal(ETSoapObject.java:1097)
      ... 45 more
    ```
    
    when selecting or deleting entries in DEs with encrypted email column
    slothspot authored Feb 12, 2018
    Configuration menu
    Copy the full SHA
    97981cb View commit details
    Browse the repository at this point in the history