Class 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
      Score build()  
      Score.Builder label​(java.lang.String label)
      The label of the score
      Score.Builder label​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> label)
      The label of the score
      Score.Builder max​(java.lang.String max)
      The maximum value of the score
      Score.Builder max​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> max)
      The maximum value of the score
      Score.Builder min​(java.lang.String min)
      The minimum value of the score
      Score.Builder min​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> min)
      The minimum value of the score
      Score.Builder value​(java.lang.String value)
      The value is the actual score
      Score.Builder value​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> value)
      The value is the actual score
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()