AbstractIndex<T>, Serializable, SyncBaseIndex<T>Indexpublic interface SyncPartialUpdate<T> extends SyncBaseIndex<T>
| Modifier and Type | Method | Description |
|---|---|---|
default TaskSingleIndex |
partialUpdateObject(PartialUpdateOperation operation) |
Partially update an object, create the object if it does not exist
|
default TaskSingleIndex |
partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists) |
Partially update an object
|
default TaskSingleIndex |
partialUpdateObject(PartialUpdateOperation operation,
boolean createIfNotExists,
RequestOptions requestOptions) |
Partially update an object
|
default TaskSingleIndex |
partialUpdateObject(PartialUpdateOperation operation,
RequestOptions requestOptions) |
Partially update an object, create the object if it does not exist
|
default TaskSingleIndex |
partialUpdateObject(String objectID,
Object object) |
Partially update an object
|
default TaskSingleIndex |
partialUpdateObject(String objectID,
Object object,
RequestOptions requestOptions) |
Partially update an object
|
default TaskSingleIndex |
partialUpdateObjects(List<Object> objects) |
Partially update a objects
|
default TaskSingleIndex |
partialUpdateObjects(List<Object> objects,
boolean createIfNotExists) |
Partially update a objects
|
default TaskSingleIndex |
partialUpdateObjects(List<Object> objects,
boolean createIfNotExists,
RequestOptions requestOptions) |
Partially update a objects
|
default TaskSingleIndex |
partialUpdateObjects(List<Object> objects,
RequestOptions requestOptions) |
Partially update a objects
|
getKlass, getNamegetApiClientdefault TaskSingleIndex partialUpdateObject(@Nonnull String objectID, @Nonnull Object object) throws AlgoliaException
objectID - the ID of object to updateobject - the object to updateAlgoliaException subclassesdefault TaskSingleIndex partialUpdateObject(@Nonnull String objectID, @Nonnull Object object, @Nonnull RequestOptions requestOptions) throws AlgoliaException
objectID - the ID of object to updateobject - the object to updaterequestOptions - Options to pass to this requestAlgoliaException subclassesdefault TaskSingleIndex partialUpdateObjects(@Nonnull List<Object> objects) throws AlgoliaException
objects - the list of objects to update (with an objectID)AlgoliaExceptiondefault TaskSingleIndex partialUpdateObjects(@Nonnull List<Object> objects, @Nonnull RequestOptions requestOptions) throws AlgoliaException
objects - the list of objects to update (with an objectID)requestOptions - Options to pass to this requestAlgoliaExceptiondefault TaskSingleIndex partialUpdateObjects(@Nonnull List<Object> objects, boolean createIfNotExists, @Nonnull RequestOptions requestOptions) throws AlgoliaException
objects - the list of objects to update (with an objectID)requestOptions - Options to pass to this requestcreateIfNotExists - Value that indicates the object is created if the objectID doesn't
existsAlgoliaExceptiondefault TaskSingleIndex partialUpdateObjects(@Nonnull List<Object> objects, boolean createIfNotExists) throws AlgoliaException
objects - the list of objects to update (with an objectID)createIfNotExists - Value that indicates the object is created if the objectID doesn't
existsAlgoliaExceptiondefault TaskSingleIndex partialUpdateObject(@Nonnull PartialUpdateOperation operation) throws AlgoliaException
operation - the operation to perform on this objectAlgoliaException subclassesdefault TaskSingleIndex partialUpdateObject(@Nonnull PartialUpdateOperation operation, @Nonnull RequestOptions requestOptions) throws AlgoliaException
operation - the operation to perform on this objectrequestOptions - Options to pass to this requestAlgoliaException subclassesdefault TaskSingleIndex partialUpdateObject(@Nonnull PartialUpdateOperation operation, boolean createIfNotExists) throws AlgoliaException
operation - the operation to perform on this objectcreateIfNotExists - should the object be created or notAlgoliaException subclassesdefault TaskSingleIndex partialUpdateObject(@Nonnull PartialUpdateOperation operation, boolean createIfNotExists, @Nonnull RequestOptions requestOptions) throws AlgoliaException
operation - the operation to perform on this objectcreateIfNotExists - should the object be created or notrequestOptions - Options to pass to this requestAlgoliaException subclassesCopyright © 2018. All rights reserved.