| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs | |
| com.algolia.search.objects |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Optional<ApiKey>> |
AsyncAPIClient.getApiKey(String key)
Get an Key from it's name
|
default CompletableFuture<Optional<ApiKey>> |
AsyncKey.getApiKey(String key)
Deprecated.
|
default Optional<ApiKey> |
SyncKey.getApiKey(String key)
Deprecated.
|
Optional<ApiKey> |
APIClient.getApiKey(String key)
Get a Key from its name
|
CompletableFuture<Optional<ApiKey>> |
AsyncAPIClient.getApiKey(String key,
RequestOptions requestOptions)
Get an Key from it's name
|
default CompletableFuture<Optional<ApiKey>> |
AsyncKey.getApiKey(String key,
RequestOptions requestOptions)
Deprecated.
|
default Optional<ApiKey> |
SyncKey.getApiKey(String key,
RequestOptions requestOptions)
Deprecated.
|
Optional<ApiKey> |
APIClient.getApiKey(String key,
RequestOptions requestOptions)
Get a Key from its name
|
CompletableFuture<Optional<ApiKey>> |
AsyncAPIClient.getKey(String key)
Deprecated.
|
default CompletableFuture<Optional<ApiKey>> |
AsyncKey.getKey(String key)
Deprecated.
|
default Optional<ApiKey> |
SyncKey.getKey(String key)
Deprecated.
|
Optional<ApiKey> |
APIClient.getKey(String key)
Deprecated.
|
CompletableFuture<List<ApiKey>> |
AsyncAPIClient.listApiKeys()
List all existing user keys with their associated ACLs
|
default CompletableFuture<List<ApiKey>> |
AsyncKey.listApiKeys()
Deprecated.
|
default List<ApiKey> |
SyncKey.listApiKeys()
Deprecated.
|
List<ApiKey> |
APIClient.listApiKeys()
List all existing user keys with their associated ACLs
|
CompletableFuture<List<ApiKey>> |
AsyncAPIClient.listApiKeys(RequestOptions requestOptions)
List all existing user keys with their associated ACLs
|
default CompletableFuture<List<ApiKey>> |
AsyncKey.listApiKeys(RequestOptions requestOptions)
Deprecated.
|
default List<ApiKey> |
SyncKey.listApiKeys(RequestOptions requestOptions)
Deprecated.
|
List<ApiKey> |
APIClient.listApiKeys(RequestOptions requestOptions)
List all existing user keys with their associated ACLs
|
CompletableFuture<List<ApiKey>> |
AsyncAPIClient.listKeys()
Deprecated.
|
default CompletableFuture<List<ApiKey>> |
AsyncKey.listKeys()
Deprecated.
|
default List<ApiKey> |
SyncKey.listKeys()
Deprecated.
|
List<ApiKey> |
APIClient.listKeys()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addApiKey(ApiKey key)
Create a new key
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.addApiKey(ApiKey key)
Deprecated.
|
default CreateUpdateKey |
SyncKey.addApiKey(ApiKey key)
Deprecated.
|
CreateUpdateKey |
APIClient.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,
RequestOptions requestOptions)
Deprecated.
|
default CreateUpdateKey |
SyncKey.addApiKey(ApiKey key,
RequestOptions requestOptions)
Deprecated.
|
CreateUpdateKey |
APIClient.addApiKey(ApiKey key,
RequestOptions requestOptions)
Create a new key
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.addKey(ApiKey key)
Deprecated.
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.addKey(ApiKey key)
Deprecated.
|
default CreateUpdateKey |
SyncKey.addKey(ApiKey key)
Deprecated.
|
CreateUpdateKey |
APIClient.addKey(ApiKey key)
Deprecated.
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateApiKey(String keyName,
ApiKey key)
Update a key
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.updateApiKey(String keyName,
ApiKey key)
Deprecated.
|
default CreateUpdateKey |
SyncKey.updateApiKey(String keyName,
ApiKey key)
Deprecated.
|
CreateUpdateKey |
APIClient.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,
RequestOptions requestOptions)
Deprecated.
|
default CreateUpdateKey |
SyncKey.updateApiKey(String keyName,
ApiKey key,
RequestOptions requestOptions)
Deprecated.
|
CreateUpdateKey |
APIClient.updateApiKey(String keyName,
ApiKey key,
RequestOptions requestOptions)
Update a key
|
CompletableFuture<CreateUpdateKey> |
AsyncAPIClient.updateKey(String keyName,
ApiKey key)
Deprecated.
|
default CompletableFuture<CreateUpdateKey> |
AsyncKey.updateKey(String keyName,
ApiKey key)
Deprecated.
|
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 |
|---|---|
List<ApiKey> |
ApiKeys.getKeys() |
| Modifier and Type | Method and Description |
|---|---|
ApiKeys |
ApiKeys.setKeys(List<ApiKey> keys) |
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
ApiKey.setAcl(List<String> acl) |
ApiKey |
ApiKey.setDescription(String description) |
ApiKey |
ApiKey.setIndexes(List<String> indexes) |
ApiKey |
ApiKey.setMaxHitsPerQuery(Integer maxHitsPerQuery) |
ApiKey |
ApiKey.setMaxHitsPerQuery(Long maxHitsPerQuery) |
ApiKey |
ApiKey.setMaxQueriesPerIPPerHour(Integer maxQueriesPerIPPerHour) |
ApiKey |
ApiKey.setQueryParameters(String queryParameters) |
ApiKey |
ApiKey.setReferers(List<String> referers) |
ApiKey |
ApiKey.setRestrictSources(String restrictSources) |
ApiKey |
ApiKey.setValidity(Integer validity) |
Copyright © 2018. All rights reserved.