Package com.valtech.aem.saas.api.query
Class HighlightingDisableQuery
- java.lang.Object
-
- com.valtech.aem.saas.api.query.HighlightingDisableQuery
-
- All Implemented Interfaces:
OptionalQuery
,Query
public final class HighlightingDisableQuery extends Object implements OptionalQuery
Implementation ofQuery
that, when used, disables the highlighting feature.
-
-
Constructor Summary
Constructors Constructor Description HighlightingDisableQuery()
-
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.
-
-