Class LmsCreateCompletionRequestDtoScore.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.LmsCreateCompletionRequestDtoScore.Builder
-
- Enclosing class:
- LmsCreateCompletionRequestDtoScore
public static final class LmsCreateCompletionRequestDtoScore.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LmsCreateCompletionRequestDtoScorebuild()LmsCreateCompletionRequestDtoScore.Builderpercentage(double percentage)The score percentageLmsCreateCompletionRequestDtoScore.Builderpercentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)The score percentageLmsCreateCompletionRequestDtoScore.BuilderrawValue(java.lang.String rawValue)The raw string score valueLmsCreateCompletionRequestDtoScore.BuilderrawValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> rawValue)The raw string score value
-
-
-
Method Detail
-
percentage
public LmsCreateCompletionRequestDtoScore.Builder percentage(double percentage)
The score percentage
-
percentage
public LmsCreateCompletionRequestDtoScore.Builder percentage(org.openapitools.jackson.nullable.JsonNullable<java.lang.Double> percentage)
The score percentage
-
rawValue
public LmsCreateCompletionRequestDtoScore.Builder rawValue(java.lang.String rawValue)
The raw string score value
-
rawValue
public LmsCreateCompletionRequestDtoScore.Builder rawValue(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> rawValue)
The raw string score value
-
build
public LmsCreateCompletionRequestDtoScore build()
-
-