Package com.valtech.aem.saas.api.query
Class SortQuery
- java.lang.Object
-
- com.valtech.aem.saas.api.query.SortQuery
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.http.NameValuePair>
getEntries()
Returns a list of get query items.
-
-
-
Method Detail
-
getEntries
public List<org.apache.http.NameValuePair> getEntries()
Description copied from interface:Query
Returns a list of get query items.- Specified by:
getEntries
in interfaceQuery
- Returns:
- list od items.
-
-