Interface DecimalDefaultValues.Builder

    • Method Detail

      • dynamicValue

        DecimalDefaultValues.Builder dynamicValue​(DynamicDefaultValue dynamicValue)

        The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.

        Parameters:
        dynamicValue - The dynamic value of the DecimalDefaultValues. Different defaults are displayed according to users, groups, and values mapping.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staticValues

        DecimalDefaultValues.Builder staticValues​(Collection<Double> staticValues)

        The static values of the DecimalDefaultValues.

        Parameters:
        staticValues - The static values of the DecimalDefaultValues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • staticValues

        DecimalDefaultValues.Builder staticValues​(Double... staticValues)

        The static values of the DecimalDefaultValues.

        Parameters:
        staticValues - The static values of the DecimalDefaultValues.
        Returns:
        Returns a reference to this object so that method calls can be chained together.