Interface BulkServiceAsync
-
- All Implemented Interfaces:
public interface BulkServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceBulkServiceAsync.WithRawResponseA view of BulkServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract BulkServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
delete
CompletableFuture<BulkOperation> delete(String collection, BulkDeleteParams params)
Bulk deletes objects from the specified collection.
-
delete
CompletableFuture<BulkOperation> delete(String collection, BulkDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<BulkOperation> delete(BulkDeleteParams params)
-
delete
abstract CompletableFuture<BulkOperation> delete(BulkDeleteParams params, RequestOptions requestOptions)
-
addSubscriptions
CompletableFuture<BulkOperation> addSubscriptions(String collection, BulkAddSubscriptionsParams params)
Add subscriptions for all objects in a single collection. If a subscription for an object in the collection already exists, it will be updated. This endpoint also handles /managing-recipients/identifying-recipients#inline-identifying-recipients for the
recipientfield.
-
addSubscriptions
CompletableFuture<BulkOperation> addSubscriptions(String collection, BulkAddSubscriptionsParams params, RequestOptions requestOptions)
-
addSubscriptions
CompletableFuture<BulkOperation> addSubscriptions(BulkAddSubscriptionsParams params)
-
addSubscriptions
abstract CompletableFuture<BulkOperation> addSubscriptions(BulkAddSubscriptionsParams params, RequestOptions requestOptions)
-
set
CompletableFuture<BulkOperation> set(String collection, BulkSetParams params)
Bulk sets up to 1,000 objects at a time in the specified collection.
-
set
CompletableFuture<BulkOperation> set(String collection, BulkSetParams params, RequestOptions requestOptions)
-
set
CompletableFuture<BulkOperation> set(BulkSetParams params)
-
set
abstract CompletableFuture<BulkOperation> set(BulkSetParams params, RequestOptions requestOptions)
-
-
-
-