Class TypedArgumentToken<T>

java.lang.Object
com.symphony.bdk.core.activity.parsing.TypedArgumentToken<T>
Type Parameters:
T - the type to be matched. In practice, this is Mention, Cashtag or Hashtag.
All Implemented Interfaces:
ArgumentCommandToken, CommandToken

@API(status=INTERNAL) public class TypedArgumentToken<T> extends Object implements ArgumentCommandToken
Command token matching a specific type and put in a given argument.
  • Method Details