Class AtsListJobCustomFieldDefinitionsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListJobCustomFieldDefinitionsRequestBuilder
-
public class AtsListJobCustomFieldDefinitionsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsListJobCustomFieldDefinitionsRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListJobCustomFieldDefinitionsResponsecall()java.lang.Iterable<AtsListJobCustomFieldDefinitionsResponse>callAsIterable()Returns an iterable that performs next page calls till no more pages are returned.java.util.stream.Stream<AtsListJobCustomFieldDefinitionsResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.AtsListJobCustomFieldDefinitionsRequestBuilderrequest(AtsListJobCustomFieldDefinitionsRequest request)AtsListJobCustomFieldDefinitionsRequestBuilderretryConfig(RetryConfig retryConfig)AtsListJobCustomFieldDefinitionsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsListJobCustomFieldDefinitionsRequestBuilder
public AtsListJobCustomFieldDefinitionsRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public AtsListJobCustomFieldDefinitionsRequestBuilder request(AtsListJobCustomFieldDefinitionsRequest request)
-
retryConfig
public AtsListJobCustomFieldDefinitionsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AtsListJobCustomFieldDefinitionsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public AtsListJobCustomFieldDefinitionsResponse call()
-
callAsIterable
public java.lang.Iterable<AtsListJobCustomFieldDefinitionsResponse> callAsIterable()
Returns an iterable that performs next page calls till no more pages are returned.The returned iterable can be used in a for-each loop:
for (AtsListJobCustomFieldDefinitionsResponse page : builder.callAsIterable()) { // Process each page }- Returns:
- An iterable that can be used to iterate through all pages
-
callAsStream
public java.util.stream.Stream<AtsListJobCustomFieldDefinitionsResponse> callAsStream()
Returns a stream that performs next page calls till no more pages are returned.
-
-