Class SortParameter
- java.lang.Object
-
- com.aerisweather.aeris.communication.parameter.Parameter
-
- com.aerisweather.aeris.communication.parameter.SortParameter
-
-
Constructor Summary
Constructors Constructor Description SortParameter(String value)
Construct a sort parameter with the value.
-
-
-
Constructor Detail
-
SortParameter
public SortParameter(String value)
Construct a sort parameter with the value.- Parameters:
value
- value to use to sort with
-
-