| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.models.indexing |
| Modifier and Type | Method and Description |
|---|---|
UpdateObjectResponse |
SearchIndex.partialUpdateObject(T data)
Update one or more attributes of an existing object.
|
UpdateObjectResponse |
SearchIndex.partialUpdateObject(T data,
Boolean createIfNotExists)
Update one or more attributes of an existing object.
|
UpdateObjectResponse |
SearchIndex.partialUpdateObject(T data,
Boolean createIfNotExists,
RequestOptions requestOptions)
Update one or more attributes of an existing object.
|
UpdateObjectResponse |
SearchIndex.partialUpdateObject(T data,
RequestOptions requestOptions)
Update one or more attributes of an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<UpdateObjectResponse> |
SearchIndex.partialUpdateObjectAsync(T data)
Update one or more attributes of an existing object.
|
CompletableFuture<UpdateObjectResponse> |
SearchIndex.partialUpdateObjectAsync(T data,
Boolean createIfNotExists)
Update one or more attributes of an existing object.
|
CompletableFuture<UpdateObjectResponse> |
SearchIndex.partialUpdateObjectAsync(T data,
Boolean createIfNotExists,
RequestOptions requestOptions)
Update one or more attributes of an existing object.
|
CompletableFuture<UpdateObjectResponse> |
SearchIndex.partialUpdateObjectAsync(T data,
RequestOptions requestOptions)
Update one or more attributes of an existing object.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateObjectResponse |
UpdateObjectResponse.setObjectID(String objectID) |
UpdateObjectResponse |
UpdateObjectResponse.setUpdatedAt(ZonedDateTime updatedAt) |
Copyright © 2019. All rights reserved.