Class AtsListJobsRequestBuilder


  • public class AtsListJobsRequestBuilder
    extends java.lang.Object
    • Constructor Detail

      • AtsListJobsRequestBuilder

        public AtsListJobsRequestBuilder​(SDKConfiguration sdkConfiguration)
    • Method Detail

      • call

        public AtsListJobsResponse call()
                                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • callAsIterable

        public java.lang.Iterable<AtsListJobsResponse> 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 (AtsListJobsResponse page : builder.callAsIterable()) {
             // Process each page
         }
         
        Returns:
        An iterable that can be used to iterate through all pages
      • callAsStream

        public java.util.stream.Stream<AtsListJobsResponse> callAsStream()
        Returns a stream that performs next page calls till no more pages are returned.