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