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(SDKMethodInterfaces.MethodCallAtsListCandidateNotes sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsListCandidateNotesResponsecall()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(SDKMethodInterfaces.MethodCallAtsListCandidateNotes sdk)
-
-
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
-
callAsStream
public java.util.stream.Stream<AtsListCandidateNotesResponse> callAsStream()
Returns a stream that performs next page calls till no more pages are returned. Unlike thecall()method this method will throw anSDKErrorif any page retrieval has an HTTP status code >= 300 (Note that 3XX is not an error range but will need special handling by the user if for example the HTTP client is not configured to follow redirects).
-
-