toValue method

String toValue()

Implementation

String toValue() {
  switch (this) {
    case JobFilterName.resourceType:
      return 'ResourceType';
    case JobFilterName.jobStatus:
      return 'JobStatus';
  }
}