Class AtsGetCandidateNoteRequestBuilder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsGetCandidateNoteRequestBuilder
-
public class AtsGetCandidateNoteRequestBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description AtsGetCandidateNoteRequestBuilder(SDKMethodInterfaces.MethodCallAtsGetCandidateNote sdk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetCandidateNoteResponsecall()AtsGetCandidateNoteRequestBuilderrequest(AtsGetCandidateNoteRequest request)AtsGetCandidateNoteRequestBuilderretryConfig(RetryConfig retryConfig)AtsGetCandidateNoteRequestBuilderretryConfig(java.util.Optional<RetryConfig> retryConfig)
-
-
-
Constructor Detail
-
AtsGetCandidateNoteRequestBuilder
public AtsGetCandidateNoteRequestBuilder(SDKMethodInterfaces.MethodCallAtsGetCandidateNote sdk)
-
-
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 AtsGetCandidateNoteResponse call() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-