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