withLong abstract method

DataAttributesBuilder withLong(
  1. String name,
  2. int value
)

Configures the builder to add the given attribute.

  • name Attribute name.

  • value Attribute value.

Returns DataAttributesBuilder. This data attributes builder instance.

Implementation

DataAttributesBuilder withLong(String name, int value);