Interface IntegerDefaultValues.Builder

    • Method Detail

      • dynamicValue

        IntegerDefaultValues.Builder dynamicValue​(DynamicDefaultValue dynamicValue)

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

        Parameters:
        dynamicValue - The dynamic value of the IntegerDefaultValues. 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

        IntegerDefaultValues.Builder staticValues​(Collection<Long> staticValues)

        The static values of the IntegerDefaultValues.

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

        IntegerDefaultValues.Builder staticValues​(Long... staticValues)

        The static values of the IntegerDefaultValues.

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