toValue method
Implementation
String toValue() {
switch (this) {
case BatchStrategy.multiRecord:
return 'MultiRecord';
case BatchStrategy.singleRecord:
return 'SingleRecord';
}
}
String toValue() {
switch (this) {
case BatchStrategy.multiRecord:
return 'MultiRecord';
case BatchStrategy.singleRecord:
return 'SingleRecord';
}
}