setIntegerAttribute abstract method

BatchUserDataEditor setIntegerAttribute(
  1. String key,
  2. int value
)

Set an integer attribute for a key.

Attribute's key cannot be empty. It should be made of letters, numbers or underscores ([a-z0-9_]) and can't be longer than 30 characters.

Any attribute with an invalid key or value will be ignored.

Implementation

BatchUserDataEditor setIntegerAttribute(String key, int value);