| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.responses |
| Modifier and Type | Method | Description |
|---|---|---|
CreateUpdateKey |
APIClient.addApiKey(ApiKey key) |
Create a new key
|
CreateUpdateKey |
APIClient.addApiKey(ApiKey key,
RequestOptions requestOptions) |
Create a new key
|
CreateUpdateKey |
APIClient.addKey(ApiKey key) |
Deprecated.
|
CreateUpdateKey |
APIClient.updateApiKey(String keyName,
ApiKey key) |
Update a key
|
CreateUpdateKey |
APIClient.updateApiKey(String keyName,
ApiKey key,
RequestOptions requestOptions) |
Update a key
|
CreateUpdateKey |
APIClient.updateKey(String keyName,
ApiKey key) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addApiKey(ApiKey key) |
Create a new key
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addApiKey(ApiKey key,
RequestOptions requestOptions) |
Create a new key
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addKey(ApiKey key) |
Deprecated.
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateApiKey(String keyName,
ApiKey key) |
Update a key
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateApiKey(String keyName,
ApiKey key,
RequestOptions requestOptions) |
Update a key
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateKey(String keyName,
ApiKey key) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
CreateUpdateKey |
CreateUpdateKey.setCreatedAt(String createdAt) |
|
CreateUpdateKey |
CreateUpdateKey.setKey(String key) |
Copyright © 2017. All rights reserved.