java.lang.Object
com.symphony.bdk.core.activity.parsing.Mention

@API(status=STABLE) public class Mention extends Object
Class representing a mention in a V4Message.
  • Constructor Details

    • Mention

      public Mention(String text, Long userId)
      Parameters:
      text - the text of a mention, e.g. "@John Doe"
      userId - the user ID of the mentioned user
  • Method Details