Package io.imagekit.services.async.files
Class BulkServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
io.imagekit.services.async.files.BulkServiceAsync.WithRawResponse
public final class BulkServiceAsyncImpl.WithRawResponseImpl implements BulkServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BulkServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<BulkDeleteResponse>>delete(BulkDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BulkAddTagsResponse>>addTags(BulkAddTagsParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BulkRemoveAiTagsResponse>>removeAiTags(BulkRemoveAiTagsParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<BulkRemoveTagsResponse>>removeTags(BulkRemoveTagsParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
BulkServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
delete
CompletableFuture<HttpResponseFor<BulkDeleteResponse>> delete(BulkDeleteParams params, RequestOptions requestOptions)
-
addTags
CompletableFuture<HttpResponseFor<BulkAddTagsResponse>> addTags(BulkAddTagsParams params, RequestOptions requestOptions)
-
removeAiTags
CompletableFuture<HttpResponseFor<BulkRemoveAiTagsResponse>> removeAiTags(BulkRemoveAiTagsParams params, RequestOptions requestOptions)
-
removeTags
CompletableFuture<HttpResponseFor<BulkRemoveTagsResponse>> removeTags(BulkRemoveTagsParams params, RequestOptions requestOptions)
-
-
-
-