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