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