Class SetBuddyVariablesRequest

java.lang.Object
sfs3.client.requests.BaseRequest
sfs3.client.requests.buddylist.SetBuddyVariablesRequest
All Implemented Interfaces:
sfs3.client.requests.IClientRequest

public class SetBuddyVariablesRequest extends BaseRequest
Sets one or more Buddy Variables for the current user.

This operation updates the Buddy object representing the user in all the buddies lists in which the user was added as a buddy. If the operation is successful, a buddyVariablesUpdate event is dispatched to all the owners of those buddies lists and to the user who updated his variables too.

NOTE: this request can be sent if the Buddy List system was previously initialized only (see the InitBuddyListRequest request description) and the current user state in the system is "online".

See Also: