toValue method
Implementation
String toValue() {
switch (this) {
case ReplicationRunType.onDemand:
return 'ON_DEMAND';
case ReplicationRunType.automatic:
return 'AUTOMATIC';
}
}
String toValue() {
switch (this) {
case ReplicationRunType.onDemand:
return 'ON_DEMAND';
case ReplicationRunType.automatic:
return 'AUTOMATIC';
}
}