toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SupportDataSetType.customerSupportContactsData:
      return 'customer_support_contacts_data';
    case SupportDataSetType.testCustomerSupportContactsData:
      return 'test_customer_support_contacts_data';
  }
}