| Package | Description |
|---|---|
| com.algolia.search | |
| com.algolia.search.inputs.partial_update |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AsyncTaskSingleIndex> |
AsyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation)
Partially update an object, create the object if it does not exist
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation)
Partially update an object, create the object if it does not exist
|
default CompletableFuture<AsyncTaskSingleIndex> |
AsyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists)
Partially update an object
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists)
Partially update an object
|
default CompletableFuture<AsyncTaskSingleIndex> |
AsyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists,
RequestOptions requestOptions)
Partially update an object
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists,
RequestOptions requestOptions)
Partially update an object
|
default CompletableFuture<AsyncTaskSingleIndex> |
AsyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
RequestOptions requestOptions)
Partially update an object, create the object if it does not exist
|
default TaskSingleIndex |
SyncPartialUpdate.partialUpdateObject(PartialUpdateOperation operation,
RequestOptions requestOptions)
Partially update an object, create the object if it does not exist
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddValueOperation |
class |
AddValueUniqueOperation |
class |
DecrementValueOperation |
class |
IncrementValueOperation |
class |
RemoveValueOperation |
Copyright © 2018. All rights reserved.