Class AtsGetCandidateNoteResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AtsGetCandidateNoteResponse.Builder
-
- Enclosing class:
- AtsGetCandidateNoteResponse
public static final class AtsGetCandidateNoteResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetCandidateNoteResponsebuild()AtsGetCandidateNoteResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsGetCandidateNoteResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsGetCandidateNoteResponse.BuildernoteResult(NoteResult noteResult)The note with the given identifier related to the candidate with the given identifier was retrieved.AtsGetCandidateNoteResponse.BuildernoteResult(java.util.Optional<? extends NoteResult> noteResult)The note with the given identifier related to the candidate with the given identifier was retrieved.AtsGetCandidateNoteResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingAtsGetCandidateNoteResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsGetCandidateNoteResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsGetCandidateNoteResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsGetCandidateNoteResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
noteResult
public AtsGetCandidateNoteResponse.Builder noteResult(NoteResult noteResult)
The note with the given identifier related to the candidate with the given identifier was retrieved.
-
noteResult
public AtsGetCandidateNoteResponse.Builder noteResult(java.util.Optional<? extends NoteResult> noteResult)
The note with the given identifier related to the candidate with the given identifier was retrieved.
-
headers
public AtsGetCandidateNoteResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsGetCandidateNoteResponse build()
-
-