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