Class AtsGetBackgroundCheckResultResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.AtsGetBackgroundCheckResultResponse.Builder
-
- Enclosing class:
- AtsGetBackgroundCheckResultResponse
public static final class AtsGetBackgroundCheckResultResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetBackgroundCheckResultResponse.BuilderbackgroundCheckResultsResult(BackgroundCheckResultsResult backgroundCheckResultsResult)The background check result with the given identifier was retrieved.AtsGetBackgroundCheckResultResponse.BuilderbackgroundCheckResultsResult(java.util.Optional<? extends BackgroundCheckResultsResult> backgroundCheckResultsResult)The background check result with the given identifier was retrieved.AtsGetBackgroundCheckResultResponsebuild()AtsGetBackgroundCheckResultResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsGetBackgroundCheckResultResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsGetBackgroundCheckResultResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingAtsGetBackgroundCheckResultResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsGetBackgroundCheckResultResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsGetBackgroundCheckResultResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsGetBackgroundCheckResultResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
backgroundCheckResultsResult
public AtsGetBackgroundCheckResultResponse.Builder backgroundCheckResultsResult(BackgroundCheckResultsResult backgroundCheckResultsResult)
The background check result with the given identifier was retrieved.
-
backgroundCheckResultsResult
public AtsGetBackgroundCheckResultResponse.Builder backgroundCheckResultsResult(java.util.Optional<? extends BackgroundCheckResultsResult> backgroundCheckResultsResult)
The background check result with the given identifier was retrieved.
-
headers
public AtsGetBackgroundCheckResultResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsGetBackgroundCheckResultResponse build()
-
-