Class AtsGetCandidateNoteRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AtsGetCandidateNoteRequestBuilder
-
public class AtsGetCandidateNoteRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsGetCandidateNoteRequestBuilder(SDKConfiguration sdkConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<AtsGetCandidateNoteResponse>call()AtsGetCandidateNoteRequestBuilderrequest(AtsGetCandidateNoteRequest request)AtsGetCandidateNoteRequestBuilderretryConfig(RetryConfig retryConfig)AtsGetCandidateNoteRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsGetCandidateNoteRequestBuilder
public AtsGetCandidateNoteRequestBuilder(SDKConfiguration sdkConfiguration)
-
-
Method Detail
-
request
public AtsGetCandidateNoteRequestBuilder request(AtsGetCandidateNoteRequest request)
-
retryConfig
public AtsGetCandidateNoteRequestBuilder retryConfig(RetryConfig retryConfig)
-
retryConfig
public AtsGetCandidateNoteRequestBuilder retryConfig(java.util.Optional<RetryConfig> retryConfig)
-
call
public java.util.concurrent.CompletableFuture<AtsGetCandidateNoteResponse> call()
-
-