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 SummaryAll 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.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQueryexpand, getBoost, getSubClauses
 
- 
 
- 
- 
- 
Field Detail- 
KEYpublic static final String KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getFieldNamepublic String getFieldName() 
 - 
getValuepublic String getValue() 
 - 
getKeypublic String getKey() - Specified by:
- getKeyin interface- SearchQuery
- Returns:
- the plugin key
 
 - 
getParameterspublic List<?> getParameters() Description copied from interface:SearchQueryList of parameters asStrings orSearchQuerys.- Specified by:
- getParametersin interface- SearchQuery
- Returns:
- Strings or- SearchQuerys.
 
 - 
builderpublic static BiFunction<String,String,SearchQuery> builder() 
 
- 
 
-