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