toValue method
Implementation
String toValue() {
switch (this) {
case JobReportFormat.reportCsv_20180820:
return 'Report_CSV_20180820';
}
}
String toValue() {
switch (this) {
case JobReportFormat.reportCsv_20180820:
return 'Report_CSV_20180820';
}
}