Class PsortParameter
- java.lang.Object
 - 
- com.aerisweather.aeris.communication.parameter.Parameter
 - 
- com.aerisweather.aeris.communication.parameter.PsortParameter
 
 
 
- 
public class PsortParameter extends Parameter
Applied only on the periods property, used to sort results based on certain fields contained within the periods. 
- 
- 
Constructor Summary
Constructors Constructor Description PsortParameter(String value)Construct the period sort parameter with will sort the periods based on a value. 
 - 
 
- 
- 
Constructor Detail
- 
PsortParameter
public PsortParameter(String value)
Construct the period sort parameter with will sort the periods based on a value.- Parameters:
 value- value to sort by.
 
 - 
 
 -