Interface Score.Builder

Enclosing class:
Score

public static interface Score.Builder
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Set the value of this Score instance.
  • Method Details

    • value

      Score value(@Nonnull BigDecimal value)
      Set the value of this Score instance.
      Parameters:
      value - The value of this Score
      Returns:
      The Score instance.