toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ContactListImportAction.delete:
      return 'DELETE';
    case ContactListImportAction.put:
      return 'PUT';
  }
}