public abstract class AbstractParameterListQuery<T> extends Object implements SearchQuery
Modifier and Type | Field and Description |
---|---|
protected List<T> |
parameters |
Modifier | Constructor and Description |
---|---|
protected |
AbstractParameterListQuery(Collection<T> parameters) |
protected |
AbstractParameterListQuery(T parameter) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<T> |
getParameters()
List of parameters as
String s or SearchQuery s. |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
expand, getBoost, getKey
protected AbstractParameterListQuery(T parameter)
protected AbstractParameterListQuery(Collection<T> parameters)
public List<T> getParameters()
SearchQuery
String
s or SearchQuery
s.getParameters
in interface SearchQuery
String
s or SearchQuery
s.Copyright © 2003–2020 Atlassian. All rights reserved.