Uses of Class
com.algolia.search.models.indexing.UpdateObjectResponse
-
Packages that use UpdateObjectResponse Package Description com.algolia.search com.algolia.search.models.indexing -
-
Uses of UpdateObjectResponse in com.algolia.search
Methods in com.algolia.search that return UpdateObjectResponse Modifier and Type Method Description UpdateObjectResponseSearchIndex. partialUpdateObject(T data)Update one or more attributes of an existing object.UpdateObjectResponseSearchIndex. partialUpdateObject(T data, RequestOptions requestOptions)Update one or more attributes of an existing object.UpdateObjectResponseSearchIndex. partialUpdateObject(T data, Boolean createIfNotExists)Update one or more attributes of an existing object.UpdateObjectResponseSearchIndex. partialUpdateObject(T data, Boolean createIfNotExists, RequestOptions requestOptions)Update one or more attributes of an existing object.Methods in com.algolia.search that return types with arguments of type UpdateObjectResponse Modifier and Type Method Description CompletableFuture<UpdateObjectResponse>SearchIndex. partialUpdateObjectAsync(T data)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.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. -
Uses of UpdateObjectResponse in com.algolia.search.models.indexing
Methods in com.algolia.search.models.indexing that return UpdateObjectResponse Modifier and Type Method Description UpdateObjectResponseUpdateObjectResponse. setObjectID(String objectID)UpdateObjectResponseUpdateObjectResponse. setUpdatedAt(ZonedDateTime updatedAt)
-