Class UsageServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
io.imagekit.services.async.accounts.UsageServiceAsync.WithRawResponse
public final class UsageServiceAsyncImpl.WithRawResponseImpl implements UsageServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description UsageServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<UsageGetResponse>>get(UsageGetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
UsageServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
get
CompletableFuture<HttpResponseFor<UsageGetResponse>> get(UsageGetParams params, RequestOptions requestOptions)
-
-
-
-