| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.objects | |
| com.algolia.search.responses |
| Modifier and Type | Method and Description |
|---|---|
UserID |
APIClient.getUserID(String userID) |
UserID |
APIClient.getUserID(String userID,
RequestOptions requestOptions) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Map<String,List<UserID>>> |
AsyncAPIClient.getTopUserID() |
Map<String,List<UserID>> |
APIClient.getTopUserID() |
CompletableFuture<Map<String,List<UserID>>> |
AsyncAPIClient.getTopUserID(RequestOptions requestOptions) |
Map<String,List<UserID>> |
APIClient.getTopUserID(RequestOptions requestOptions) |
CompletableFuture<UserID> |
AsyncAPIClient.getUserID(String userID) |
CompletableFuture<UserID> |
AsyncAPIClient.getUserID(String userID,
RequestOptions requestOptions) |
| Modifier and Type | Method and Description |
|---|---|
UserID |
UserID.setClusterName(String clusterName) |
UserID |
UserID.setDataSize(Long dataSize) |
UserID |
UserID.setNbRecords(Long nbRecords) |
UserID |
UserID.setUserID(String id) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<UserID>> |
TopUserResult.getTopUsers() |
List<UserID> |
UserIDs.getUserIDs() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopUserResult.setTopUsers(Map<String,List<UserID>> topUsers) |
UserIDs |
UserIDs.setUserIDs(List<UserID> userIDs) |
Copyright © 2018. All rights reserved.