setAttribute

Set a custom profile attribute for a key.

Return

This object instance, for method chaining

Parameters

key

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

value

Attribute value.


Set a custom profile attribute for a key.

Return

This object instance, for method chaining

Parameters

key

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

value

Attribute value, can't be null. Note that since timezones are not supported, this will typically represent UTC dates.


Set a custom profile attribute for a key.

Return

This object instance, for method chaining

Parameters

key

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

value

Attribute value, can't be null or empty. Must be a string not longer than 64 characters. For better results, you should make them upper/lowercase and trim the whitespaces.


Set a custom profile attribute for a key.

Return

This object instance, for method chaining

Parameters

key

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

value

Attribute value, can't be null or empty. Must be a valid URI not longer than 2048 character.


Set a custom profile attribute for a key.

Return

This object instance, for method chaining

Parameters

key

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

value

Attribute value, can't be null or empty. Must be a valid List not longer than X items.