SortAsParameter
This class represents the "SORT-AS" parameter
SortAsParametershould be called with a single argument that is an instance ofParameterValueTypeor an array ofParameterValueTypes if you wish to specify multiple values
new SortAsParameter([
  new ParameterValueType("Harten"),
  new ParameterValueType("Rene"),
]);
new SortAsParameter(new ParameterValueType("Pau Shou Chang"));