toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case ReviewableHITStatus.reviewable:
      return 'Reviewable';
    case ReviewableHITStatus.reviewing:
      return 'Reviewing';
  }
}