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