toValue method
Implementation
String toValue() {
switch (this) {
case DedicatedTenancySupportEnum.enabled:
return 'ENABLED';
}
}
String toValue() {
switch (this) {
case DedicatedTenancySupportEnum.enabled:
return 'ENABLED';
}
}