Class OriginServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
io.imagekit.services.async.accounts.OriginServiceAsync.WithRawResponse
public final class OriginServiceAsyncImpl.WithRawResponseImpl implements OriginServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description OriginServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<OriginResponse>>create(OriginCreateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<OriginResponse>>update(OriginUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<List<OriginResponse>>>list(OriginListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(OriginDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<OriginResponse>>get(OriginGetParams params, RequestOptions requestOptions)-
Methods inherited from class io.imagekit.services.async.accounts.OriginServiceAsync.WithRawResponse
create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, create, delete, delete, delete, delete, delete, get, get, get, get, get, list, list, list, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
OriginServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<OriginResponse>> create(OriginCreateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponseFor<OriginResponse>> update(OriginUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<List<OriginResponse>>> list(OriginListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(OriginDeleteParams params, RequestOptions requestOptions)
-
get
CompletableFuture<HttpResponseFor<OriginResponse>> get(OriginGetParams params, RequestOptions requestOptions)
-
-
-
-