Class Search.Builder
java.lang.Object
com.arubanetworks.meridian.search.Search.Builder
- Enclosing class:
- Search
A factory class for creating search requests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the search request.Set the EditorKey for the app to search in.setLimit
(int limit) Limits the number of results.setListener
(Search.SearchListener listener) Set a listener to receive events for this search request.Set the query string for this request.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setQuery
Set the query string for this request. -
setLimit
Limits the number of results.Limit results to 20 or less for best performance.
-
setApp
Set the EditorKey for the app to search in. -
setListener
Set a listener to receive events for this search request. -
build
Build the search request.
-