toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ImportDestinationType.suppressionList:
      return 'SUPPRESSION_LIST';
    case ImportDestinationType.contactList:
      return 'CONTACT_LIST';
  }
}