| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.mcm |
| Modifier and Type | Method and Description |
|---|---|
default RemoveUserIdResponse |
SearchClientMcm.removeUserID(String userId)
Remove a userID and its associated data from the multi-clusters
|
default RemoveUserIdResponse |
SearchClientMcm.removeUserID(String userId,
RequestOptions requestOptions)
Remove a userID and its associated data from the multi-clusters.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RemoveUserIdResponse> |
SearchClientMcm.removeUserIDAsync(String userId)
Remove a userID and its associated data from the multi-clusters.
|
default CompletableFuture<RemoveUserIdResponse> |
SearchClientMcm.removeUserIDAsync(String userId,
RequestOptions requestOptions)
Remove a userID and its associated data from the multi-clusters.
|
| Modifier and Type | Method and Description |
|---|---|
RemoveUserIdResponse |
RemoveUserIdResponse.setDeletedAt(ZonedDateTime deletedAt) |
RemoveUserIdResponse |
RemoveUserIdResponse.setUserId(String userId) |
Copyright © 2019. All rights reserved.