Class AtsUpdateBackgroundCheckResultRequestDtoResult.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.AtsUpdateBackgroundCheckResultRequestDtoResult.Builder
-
- Enclosing class:
- AtsUpdateBackgroundCheckResultRequestDtoResult
public static final class AtsUpdateBackgroundCheckResultRequestDtoResult.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtsUpdateBackgroundCheckResultRequestDtoResultbuild()AtsUpdateBackgroundCheckResultRequestDtoResult.BuildersourceValue(AtsUpdateBackgroundCheckResultRequestDtoSourceValue sourceValue)The source value of the test result.AtsUpdateBackgroundCheckResultRequestDtoResult.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoSourceValue> sourceValue)The source value of the test result.AtsUpdateBackgroundCheckResultRequestDtoResult.Buildervalue(AtsUpdateBackgroundCheckResultRequestDtoValue value)The result of the test.AtsUpdateBackgroundCheckResultRequestDtoResult.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoValue> value)The result of the test.
-
-
-
Method Detail
-
value
public AtsUpdateBackgroundCheckResultRequestDtoResult.Builder value(AtsUpdateBackgroundCheckResultRequestDtoValue value)
The result of the test.
-
value
public AtsUpdateBackgroundCheckResultRequestDtoResult.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoValue> value)
The result of the test.
-
sourceValue
public AtsUpdateBackgroundCheckResultRequestDtoResult.Builder sourceValue(AtsUpdateBackgroundCheckResultRequestDtoSourceValue sourceValue)
The source value of the test result.
-
sourceValue
public AtsUpdateBackgroundCheckResultRequestDtoResult.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends AtsUpdateBackgroundCheckResultRequestDtoSourceValue> sourceValue)
The source value of the test result.
-
build
public AtsUpdateBackgroundCheckResultRequestDtoResult build()
-
-