toValue method
Implementation
String toValue() {
switch (this) {
case MessageType.configurationItemChangeNotification:
return 'ConfigurationItemChangeNotification';
case MessageType.configurationSnapshotDeliveryCompleted:
return 'ConfigurationSnapshotDeliveryCompleted';
case MessageType.scheduledNotification:
return 'ScheduledNotification';
case MessageType.oversizedConfigurationItemChangeNotification:
return 'OversizedConfigurationItemChangeNotification';
}
}