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