Class AtsListCandidateNotesResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsListCandidateNotesResponse.Builder
-
- Enclosing class:
- AtsListCandidateNotesResponse
public static final class AtsListCandidateNotesResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description AtsListCandidateNotesResponsebuild()AtsListCandidateNotesResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsListCandidateNotesResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsListCandidateNotesResponse.Buildernext(java.util.concurrent.Callable<java.util.Optional<AtsListCandidateNotesResponse>> next)Deprecated.AtsListCandidateNotesResponse.BuildernotesPaginated(NotesPaginated notesPaginated)The notes related to the candidate with the given identifier was retrieved.AtsListCandidateNotesResponse.BuildernotesPaginated(java.util.Optional<? extends NotesPaginated> notesPaginated)The notes related to the candidate with the given identifier was retrieved.AtsListCandidateNotesResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsListCandidateNotesResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsListCandidateNotesResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsListCandidateNotesResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsListCandidateNotesResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
notesPaginated
public AtsListCandidateNotesResponse.Builder notesPaginated(NotesPaginated notesPaginated)
The notes related to the candidate with the given identifier was retrieved.
-
notesPaginated
public AtsListCandidateNotesResponse.Builder notesPaginated(java.util.Optional<? extends NotesPaginated> notesPaginated)
The notes related to the candidate with the given identifier was retrieved.
-
headers
public AtsListCandidateNotesResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
next
@Deprecated public AtsListCandidateNotesResponse.Builder next(java.util.concurrent.Callable<java.util.Optional<AtsListCandidateNotesResponse>> next)
Deprecated.Internal API. Not for public use. Sets the provider of the next page.
-
build
public AtsListCandidateNotesResponse build()
-
-