toValue method
Implementation
String toValue() {
switch (this) {
case CustomRoutingDestinationTrafficState.allow:
return 'ALLOW';
case CustomRoutingDestinationTrafficState.deny:
return 'DENY';
}
}
String toValue() {
switch (this) {
case CustomRoutingDestinationTrafficState.allow:
return 'ALLOW';
case CustomRoutingDestinationTrafficState.deny:
return 'DENY';
}
}