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