Class AtsListBackgroundCheckPackagesRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListBackgroundCheckPackagesRequestBuilder
-
public class AtsListBackgroundCheckPackagesRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsListBackgroundCheckPackagesRequestBuilder(SDKMethodInterfaces.MethodCallAtsListBackgroundCheckPackages sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListBackgroundCheckPackagesResponsecall()java.util.stream.Stream<AtsListBackgroundCheckPackagesResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.AtsListBackgroundCheckPackagesRequestBuilderrequest(AtsListBackgroundCheckPackagesRequest request)AtsListBackgroundCheckPackagesRequestBuilderretryConfig(RetryConfig retryConfig)AtsListBackgroundCheckPackagesRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsListBackgroundCheckPackagesRequestBuilder
public AtsListBackgroundCheckPackagesRequestBuilder(SDKMethodInterfaces.MethodCallAtsListBackgroundCheckPackages sdk)
-
-
Method Detail
-
request
public AtsListBackgroundCheckPackagesRequestBuilder request(AtsListBackgroundCheckPackagesRequest request)
-
retryConfig
public AtsListBackgroundCheckPackagesRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AtsListBackgroundCheckPackagesRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public AtsListBackgroundCheckPackagesResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
callAsStream
public java.util.stream.Stream<AtsListBackgroundCheckPackagesResponse> callAsStream()
Returns a stream that performs next page calls till no more pages are returned. Unlike thecall()method this method will throw anSDKErrorif any page retrieval has an HTTP status code >= 300 (Note that 3XX is not an error range but will need special handling by the user if for example the HTTP client is not configured to follow redirects).
-
-