toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case MessageActionType.resend:
      return 'RESEND';
    case MessageActionType.suppress:
      return 'SUPPRESS';
  }
}