Class BackgroundCheckResultScore.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.BackgroundCheckResultScore.Builder
-
- Enclosing class:
- BackgroundCheckResultScore
public static final class BackgroundCheckResultScore.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundCheckResultScorebuild()BackgroundCheckResultScore.Builderlabel(java.lang.String label)The label of the scoreBackgroundCheckResultScore.Builderlabel(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)The label of the scoreBackgroundCheckResultScore.Buildermax(java.lang.String max)The maximum value of the scoreBackgroundCheckResultScore.Buildermax(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)The maximum value of the scoreBackgroundCheckResultScore.Buildermin(java.lang.String min)The minimum value of the scoreBackgroundCheckResultScore.Buildermin(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)The minimum value of the scoreBackgroundCheckResultScore.Buildervalue(java.lang.String value)The value is the actual scoreBackgroundCheckResultScore.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)The value is the actual score
-
-
-
Method Detail
-
label
public BackgroundCheckResultScore.Builder label(java.lang.String label)
The label of the score
-
label
public BackgroundCheckResultScore.Builder label(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
The label of the score
-
value
public BackgroundCheckResultScore.Builder value(java.lang.String value)
The value is the actual score
-
value
public BackgroundCheckResultScore.Builder value(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
The value is the actual score
-
min
public BackgroundCheckResultScore.Builder min(java.lang.String min)
The minimum value of the score
-
min
public BackgroundCheckResultScore.Builder min(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)
The minimum value of the score
-
max
public BackgroundCheckResultScore.Builder max(java.lang.String max)
The maximum value of the score
-
max
public BackgroundCheckResultScore.Builder max(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)
The maximum value of the score
-
build
public BackgroundCheckResultScore build()
-
-