Class BulkServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
io.imagekit.services.blocking.files.BulkService.WithRawResponse
public final class BulkServiceImpl.WithRawResponseImpl implements BulkService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description BulkService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<BulkDeleteResponse>delete(BulkDeleteParams params, RequestOptions requestOptions)HttpResponseFor<BulkAddTagsResponse>addTags(BulkAddTagsParams params, RequestOptions requestOptions)HttpResponseFor<BulkRemoveAiTagsResponse>removeAiTags(BulkRemoveAiTagsParams params, RequestOptions requestOptions)HttpResponseFor<BulkRemoveTagsResponse>removeTags(BulkRemoveTagsParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
BulkService.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
HttpResponseFor<BulkDeleteResponse> delete(BulkDeleteParams params, RequestOptions requestOptions)
-
addTags
HttpResponseFor<BulkAddTagsResponse> addTags(BulkAddTagsParams params, RequestOptions requestOptions)
-
removeAiTags
HttpResponseFor<BulkRemoveAiTagsResponse> removeAiTags(BulkRemoveAiTagsParams params, RequestOptions requestOptions)
-
removeTags
HttpResponseFor<BulkRemoveTagsResponse> removeTags(BulkRemoveTagsParams params, RequestOptions requestOptions)
-
-
-
-