Package com.algolia.model.search
Class SearchUserIdsParams
java.lang.Object
com.algolia.model.search.SearchUserIdsParams
OK
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Cluster name.Number of hits per page.getPage()
Page to retrieve (the first page is `0`, not `1`).getQuery()
Query to search.int
hashCode()
setClusterName
(String clusterName) setHitsPerPage
(Integer hitsPerPage) toString()
-
Constructor Details
-
SearchUserIdsParams
public SearchUserIdsParams()
-
-
Method Details
-
setQuery
-
getQuery
Query to search. The search is a prefix search with [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/) enabled. An empty query will retrieve all users. -
setClusterName
-
getClusterName
Cluster name. -
setPage
-
getPage
Page to retrieve (the first page is `0`, not `1`). -
setHitsPerPage
-
getHitsPerPage
Number of hits per page. minimum: 1 maximum: 1000 -
equals
-
hashCode
public int hashCode() -
toString
-