Class AtsListCandidateCustomFieldDefinitionsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListCandidateCustomFieldDefinitionsRequestBuilder
-
public class AtsListCandidateCustomFieldDefinitionsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsListCandidateCustomFieldDefinitionsRequestBuilder(SDKMethodInterfaces.MethodCallAtsListCandidateCustomFieldDefinitions sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListCandidateCustomFieldDefinitionsResponsecall()java.util.stream.Stream<AtsListCandidateCustomFieldDefinitionsResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.AtsListCandidateCustomFieldDefinitionsRequestBuilderrequest(AtsListCandidateCustomFieldDefinitionsRequest request)AtsListCandidateCustomFieldDefinitionsRequestBuilderretryConfig(RetryConfig retryConfig)AtsListCandidateCustomFieldDefinitionsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsListCandidateCustomFieldDefinitionsRequestBuilder
public AtsListCandidateCustomFieldDefinitionsRequestBuilder(SDKMethodInterfaces.MethodCallAtsListCandidateCustomFieldDefinitions sdk)
-
-
Method Detail
-
request
public AtsListCandidateCustomFieldDefinitionsRequestBuilder request(AtsListCandidateCustomFieldDefinitionsRequest request)
-
retryConfig
public AtsListCandidateCustomFieldDefinitionsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AtsListCandidateCustomFieldDefinitionsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public AtsListCandidateCustomFieldDefinitionsResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
callAsStream
public java.util.stream.Stream<AtsListCandidateCustomFieldDefinitionsResponse> 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).
-
-