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