Interface BulkServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BulkServiceAsync.WithRawResponseA view of BulkServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
delete
@MustBeClosed() CompletableFuture<HttpResponseFor<BulkOperation>> delete(BulkDeleteParams params)
Returns a raw HTTP response for
post /v1/users/bulk/delete, but is otherwise the same as BulkServiceAsync.delete.
-
delete
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<BulkOperation>> delete(BulkDeleteParams params, RequestOptions requestOptions)
-
identify
@MustBeClosed() CompletableFuture<HttpResponseFor<BulkOperation>> identify(BulkIdentifyParams params)
Returns a raw HTTP response for
post /v1/users/bulk/identify, but is otherwise the same as BulkServiceAsync.identify.
-
identify
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<BulkOperation>> identify(BulkIdentifyParams params, RequestOptions requestOptions)
-
setPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<BulkOperation>> setPreferences(BulkSetPreferencesParams params)
Returns a raw HTTP response for
post /v1/users/bulk/preferences, but is otherwise the same as BulkServiceAsync.setPreferences.
-
setPreferences
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<BulkOperation>> setPreferences(BulkSetPreferencesParams params, RequestOptions requestOptions)
-
-
-
-