Class AtsListApplicationCustomFieldDefinitionsRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListApplicationCustomFieldDefinitionsRequestBuilder
-
public class AtsListApplicationCustomFieldDefinitionsRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsListApplicationCustomFieldDefinitionsRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListApplicationCustomFieldDefinitionsResponsecall()java.lang.Iterable<AtsListApplicationCustomFieldDefinitionsResponse>callAsIterable()Returns an iterable that performs next page calls till no more pages are returned.java.util.stream.Stream<AtsListApplicationCustomFieldDefinitionsResponse>callAsStream()Returns a stream that performs next page calls till no more pages are returned.AtsListApplicationCustomFieldDefinitionsRequestBuilderrequest(AtsListApplicationCustomFieldDefinitionsRequest request)AtsListApplicationCustomFieldDefinitionsRequestBuilderretryConfig(RetryConfig retryConfig)AtsListApplicationCustomFieldDefinitionsRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsListApplicationCustomFieldDefinitionsRequestBuilder
public AtsListApplicationCustomFieldDefinitionsRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public AtsListApplicationCustomFieldDefinitionsRequestBuilder request(AtsListApplicationCustomFieldDefinitionsRequest request)
-
retryConfig
public AtsListApplicationCustomFieldDefinitionsRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AtsListApplicationCustomFieldDefinitionsRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public AtsListApplicationCustomFieldDefinitionsResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
callAsIterable
public java.lang.Iterable<AtsListApplicationCustomFieldDefinitionsResponse> 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 (AtsListApplicationCustomFieldDefinitionsResponse page : builder.callAsIterable()) { // Process each page }- Returns:
- An iterable that can be used to iterate through all pages
-
callAsStream
public java.util.stream.Stream<AtsListApplicationCustomFieldDefinitionsResponse> callAsStream()
Returns a stream that performs next page calls till no more pages are returned.
-
-