Class JobServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.scans.JobServiceAsync
public final class JobServiceAsyncImpl implements JobServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJobServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description JobServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. JobServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<ScanReport>retrieve(JobRetrieveParams params, RequestOptions requestOptions)CompletableFuture<JobListResponse>list(JobListParams params, RequestOptions requestOptions)CompletableFuture<ScanJob>request(JobRequestParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
JobServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
JobServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<ScanReport> retrieve(JobRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<JobListResponse> list(JobListParams params, RequestOptions requestOptions)
-
request
CompletableFuture<ScanJob> request(JobRequestParams params, RequestOptions requestOptions)
-
-
-
-