Class AtsGetBackgroundCheckPackageRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AtsGetBackgroundCheckPackageRequestBuilder
-
public class AtsGetBackgroundCheckPackageRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsGetBackgroundCheckPackageRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<AtsGetBackgroundCheckPackageResponse>call()AtsGetBackgroundCheckPackageRequestBuilderrequest(AtsGetBackgroundCheckPackageRequest request)AtsGetBackgroundCheckPackageRequestBuilderretryConfig(RetryConfig retryConfig)AtsGetBackgroundCheckPackageRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsGetBackgroundCheckPackageRequestBuilder
public AtsGetBackgroundCheckPackageRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public AtsGetBackgroundCheckPackageRequestBuilder request(AtsGetBackgroundCheckPackageRequest request)
-
retryConfig
public AtsGetBackgroundCheckPackageRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AtsGetBackgroundCheckPackageRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<AtsGetBackgroundCheckPackageResponse> call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-