Class JobServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
io.imagekit.services.async.folders.JobServiceAsync.WithRawResponse
public final class JobServiceAsyncImpl.WithRawResponseImpl implements JobServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description JobServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<JobGetResponse>>get(JobGetParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
JobServiceAsync.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<JobGetResponse>> get(JobGetParams params, RequestOptions requestOptions)
-
-
-
-