toValue method
Implementation
String toValue() {
switch (this) {
case AppReplicationConfigurationStatus.notConfigured:
return 'NOT_CONFIGURED';
case AppReplicationConfigurationStatus.configured:
return 'CONFIGURED';
}
}
String toValue() {
switch (this) {
case AppReplicationConfigurationStatus.notConfigured:
return 'NOT_CONFIGURED';
case AppReplicationConfigurationStatus.configured:
return 'CONFIGURED';
}
}