public class TermQuery extends Object implements SearchQuery
Constructor and Description |
---|
TermQuery(String fieldName,
String value) |
Modifier and Type | Method and Description |
---|---|
static BiFunction<String,String,SearchQuery> |
builder() |
String |
getFieldName() |
String |
getKey() |
List<?> |
getParameters()
List of parameters as
String s or SearchQuery s. |
String |
getValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
expand
public static final String KEY
public String getFieldName()
public String getValue()
public String getKey()
getKey
in interface SearchQuery
public List<?> getParameters()
SearchQuery
String
s or SearchQuery
s.getParameters
in interface SearchQuery
String
s or SearchQuery
s.public static BiFunction<String,String,SearchQuery> builder()
Copyright © 2003–2017 Atlassian. All rights reserved.