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
Strings or SearchQuerys. |
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitexpand, getBoost, getKeyprotected AbstractParameterListQuery(T parameter)
protected AbstractParameterListQuery(Collection<T> parameters)
public List<T> getParameters()
SearchQueryStrings or SearchQuerys.getParameters in interface SearchQueryStrings or SearchQuerys.Copyright © 2003–2021 Atlassian. All rights reserved.