Interface StringDefaultValues.Builder

    • Method Detail

      • dynamicValue

        StringDefaultValues.Builder dynamicValue​(DynamicDefaultValue dynamicValue)

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

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

        StringDefaultValues.Builder staticValues​(Collection<String> 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

        StringDefaultValues.Builder staticValues​(String... 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.