Class AtsGetBackgroundCheckPackageResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.async.AtsGetBackgroundCheckPackageResponse.Builder
-
- Enclosing class:
- AtsGetBackgroundCheckPackageResponse
public static final class AtsGetBackgroundCheckPackageResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsGetBackgroundCheckPackageResponse.BuilderbackgroundCheckPackageResult(BackgroundCheckPackageResult backgroundCheckPackageResult)The background check package with the given identifier was retrieved.AtsGetBackgroundCheckPackageResponse.BuilderbackgroundCheckPackageResult(java.util.Optional<? extends BackgroundCheckPackageResult> backgroundCheckPackageResult)The background check package with the given identifier was retrieved.AtsGetBackgroundCheckPackageResponsebuild()AtsGetBackgroundCheckPackageResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationAtsGetBackgroundCheckPackageResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)AtsGetBackgroundCheckPackageResponse.BuilderrawResponse(java.net.http.HttpResponse<Blob> rawResponse)Raw HTTP response; suitable for custom response parsingAtsGetBackgroundCheckPackageResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public AtsGetBackgroundCheckPackageResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public AtsGetBackgroundCheckPackageResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public AtsGetBackgroundCheckPackageResponse.Builder rawResponse(java.net.http.HttpResponse<Blob> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
backgroundCheckPackageResult
public AtsGetBackgroundCheckPackageResponse.Builder backgroundCheckPackageResult(BackgroundCheckPackageResult backgroundCheckPackageResult)
The background check package with the given identifier was retrieved.
-
backgroundCheckPackageResult
public AtsGetBackgroundCheckPackageResponse.Builder backgroundCheckPackageResult(java.util.Optional<? extends BackgroundCheckPackageResult> backgroundCheckPackageResult)
The background check package with the given identifier was retrieved.
-
headers
public AtsGetBackgroundCheckPackageResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public AtsGetBackgroundCheckPackageResponse build()
-
-