com.atlassian.confluence.search.v2.query
Class AbstractParameterListQuery<T>
java.lang.Object
com.atlassian.confluence.search.v2.query.AbstractParameterListQuery<T>
- All Implemented Interfaces:
- SearchQuery
- Direct Known Subclasses:
- AttachmentTypeQuery, InSpaceQuery
public abstract class AbstractParameterListQuery<T>
- extends Object
- implements SearchQuery
Abstract superclass for queries holding a list of parameters of a single type.
Methods inherited from interface com.atlassian.confluence.search.v2.SearchQuery |
getKey |
parameters
protected List<T> parameters
AbstractParameterListQuery
protected AbstractParameterListQuery(T parameter)
AbstractParameterListQuery
protected AbstractParameterListQuery(Collection<T> parameters)
getParameters
public List<T> getParameters()
- Description copied from interface:
SearchQuery
- List of parameters as
String
s or SearchQuery
s.
- Specified by:
getParameters
in interface SearchQuery
- Returns:
String
s or SearchQuery
s.
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object