java.lang.Object |
↳ |
com.atlassian.bitbucket.idx.IndexSearchRequest |
Class Overview
A request to search the index.
Summary
Nested Classes |
class |
IndexSearchRequest.Builder |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
@Nullable
public
String
getFilter
()
Returns
- the filter criterion. If
null
is returned no filter will be applied to the search.
public
String
toString
()