Class AtsGetBackgroundCheckResultRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsGetBackgroundCheckResultRequestBuilder
-
public class AtsGetBackgroundCheckResultRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsGetBackgroundCheckResultRequestBuilder(SDKMethodInterfaces.MethodCallAtsGetBackgroundCheckResult sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetBackgroundCheckResultResponsecall()AtsGetBackgroundCheckResultRequestBuilderrequest(AtsGetBackgroundCheckResultRequest request)AtsGetBackgroundCheckResultRequestBuilderretryConfig(RetryConfig retryConfig)AtsGetBackgroundCheckResultRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsGetBackgroundCheckResultRequestBuilder
public AtsGetBackgroundCheckResultRequestBuilder(SDKMethodInterfaces.MethodCallAtsGetBackgroundCheckResult sdk)
-
-
Method Detail
-
request
public AtsGetBackgroundCheckResultRequestBuilder request(AtsGetBackgroundCheckResultRequest request)
-
retryConfig
public AtsGetBackgroundCheckResultRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AtsGetBackgroundCheckResultRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public AtsGetBackgroundCheckResultResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-