toValue method
Implementation
String toValue() {
  switch (this) {
    case SortArtifactsBy.creationTime:
      return 'CreationTime';
  }
}String toValue() {
  switch (this) {
    case SortArtifactsBy.creationTime:
      return 'CreationTime';
  }
}