toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case OrganizationConfigRuleTriggerType
        .configurationItemChangeNotification:
      return 'ConfigurationItemChangeNotification';
    case OrganizationConfigRuleTriggerType
        .oversizedConfigurationItemChangeNotification:
      return 'OversizedConfigurationItemChangeNotification';
    case OrganizationConfigRuleTriggerType.scheduledNotification:
      return 'ScheduledNotification';
  }
}