Class TermQuery
- java.lang.Object
-
- com.atlassian.confluence.search.v2.query.TermQuery
-
- All Implemented Interfaces:
Expandable<SearchQuery>,SearchQuery
@SearchPrimitive public class TermQuery extends Object implements SearchQuery
v2 primitive query- Since:
- 5.9
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BiFunction<String,String,SearchQuery>builder()booleanequals(Object o)StringgetFieldName()StringgetKey()List<?>getParameters()List of parameters asStrings orSearchQuerys.StringgetValue()inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery
expand, getBoost, getSubClauses
-
-
-
-
Field Detail
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFieldName
public String getFieldName()
-
getValue
public String getValue()
-
getKey
public String getKey()
- Specified by:
getKeyin interfaceSearchQuery- Returns:
- the plugin key
-
getParameters
public List<?> getParameters()
Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
getParametersin interfaceSearchQuery- Returns:
Strings orSearchQuerys.
-
builder
public static BiFunction<String,String,SearchQuery> builder()
-
-