Interface IntegerDefaultValues.Builder

  • Method Details

    • 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.
    • dynamicValue

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

      This is a convenience method that creates an instance of the DynamicDefaultValue.Builder avoiding the need to create one manually via DynamicDefaultValue.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to dynamicValue(DynamicDefaultValue).

      Parameters:
      dynamicValue - a consumer that will call methods on DynamicDefaultValue.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.