java.lang.Object
com.flowingcode.vaadin.addons.chatassistant.Sender

public class Sender extends Object
Class that represents a chat message sender:
  • name: The name of the sender.
  • id: a special id to identify the sender.
  • avatar: an image that represents the sender.
Author:
mmlopez
  • Constructor Details

    • Sender

      public Sender()
  • Method Details

    • getJsonObject

      public elemental.json.JsonValue getJsonObject()