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