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