Class AtsCreateBackgroundCheckPackage.Async
- java.lang.Object
-
- com.stackone.stackone_client_java.operations.AtsCreateBackgroundCheckPackage.Async
-
- All Implemented Interfaces:
Operations.AsyncOperation<AtsCreateBackgroundCheckPackageResponse>,Operations.AsyncRequestOperation<AtsCreateBackgroundCheckPackageRequest,AtsCreateBackgroundCheckPackageResponse>
- Enclosing class:
- AtsCreateBackgroundCheckPackage
public static class AtsCreateBackgroundCheckPackage.Async extends java.lang.Object implements Operations.AsyncRequestOperation<AtsCreateBackgroundCheckPackageRequest,AtsCreateBackgroundCheckPackageResponse>
-
-
Constructor Summary
Constructors Constructor Description Async(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, java.util.concurrent.ScheduledExecutorService retryScheduler, Headers _headers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.net.http.HttpResponse<Blob>>doRequest(AtsCreateBackgroundCheckPackageRequest request)java.util.concurrent.CompletableFuture<AtsCreateBackgroundCheckPackageResponse>handleResponse(java.net.http.HttpResponse<Blob> response)
-
-
-
Constructor Detail
-
Async
public Async(SDKConfiguration sdkConfiguration, java.util.Optional<Options> options, java.util.concurrent.ScheduledExecutorService retryScheduler, Headers _headers)
-
-
Method Detail
-
doRequest
public java.util.concurrent.CompletableFuture<java.net.http.HttpResponse<Blob>> doRequest(AtsCreateBackgroundCheckPackageRequest request)
- Specified by:
doRequestin interfaceOperations.AsyncRequestOperation<AtsCreateBackgroundCheckPackageRequest,AtsCreateBackgroundCheckPackageResponse>
-
handleResponse
public java.util.concurrent.CompletableFuture<AtsCreateBackgroundCheckPackageResponse> handleResponse(java.net.http.HttpResponse<Blob> response)
- Specified by:
handleResponsein interfaceOperations.AsyncOperation<AtsCreateBackgroundCheckPackageResponse>
-
-