| 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
|
default CreateUpdateKey |
SyncKey.addApiKey(ApiKey key) |
Add a key to this index
|
default CreateUpdateKey |
SyncKey.addApiKey(ApiKey key,
RequestOptions requestOptions) |
Add a key to this index
|
CreateUpdateKey |
APIClient.addKey(ApiKey key) |
Deprecated.
|
default CreateUpdateKey |
SyncKey.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
|
default CreateUpdateKey |
SyncKey.updateApiKey(String keyName,
ApiKey key) |
Update a key by name from this index
|
default CreateUpdateKey |
SyncKey.updateApiKey(String keyName,
ApiKey key,
RequestOptions requestOptions) |
Update a key by name from this index
|
CreateUpdateKey |
APIClient.updateKey(String keyName,
ApiKey key) |
Deprecated.
|
default CreateUpdateKey |
SyncKey.updateKey(String keyName,
ApiKey key) |
Deprecated.
|
default CreateUpdateKey |
SyncKey.updateKey(String keyName,
ApiKey key,
RequestOptions requestOptions) |
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
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.addApiKey(ApiKey key) |
Add a key to this index
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.addApiKey(ApiKey key,
RequestOptions requestOptions) |
Add a key to this index
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addKey(ApiKey key) |
Deprecated.
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.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
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.updateApiKey(String keyName,
ApiKey key) |
Update a key by name from this index
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.updateApiKey(String keyName,
ApiKey key,
RequestOptions requestOptions) |
Update a key by name from this index
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateKey(String keyName,
ApiKey key) |
Deprecated.
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.updateKey(String keyName,
ApiKey key) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
CreateUpdateKey |
CreateUpdateKey.setCreatedAt(String createdAt) |
|
CreateUpdateKey |
CreateUpdateKey.setKey(String key) |
Copyright © 2018. All rights reserved.