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