toValue method
Implementation
String toValue() {
switch (this) {
case CACertificateUpdateAction.deactivate:
return 'DEACTIVATE';
}
}
String toValue() {
switch (this) {
case CACertificateUpdateAction.deactivate:
return 'DEACTIVATE';
}
}