toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case SmoothGroupTimestampOffsetMode.useConfiguredOffset:
      return 'USE_CONFIGURED_OFFSET';
    case SmoothGroupTimestampOffsetMode.useEventStartDate:
      return 'USE_EVENT_START_DATE';
  }
}