public class UpdateUserPresenceCmd extends Object implements Command<Void>
protected String
presence
tenantId
userId
UpdateUserPresenceCmd(String userId, String tenantId, String presence)
Void
execute(CommandContext commandContext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected final String userId
protected final String tenantId
protected final String presence
public UpdateUserPresenceCmd(String userId, String tenantId, String presence)
public Void execute(CommandContext commandContext)
execute
Command<Void>