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