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