Class MentionedInfo

  • All Implemented Interfaces:

    
    public final class MentionedInfo
    
                        

    Mention information.

    Records the mention type and the list of mentioned users in a message.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      MentionedInfo(MentionedType type, List<String> userIdList, String mentionedContent)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final MentionedType getType()
      final List<String> getUserIdList()
      final String getMentionedContent()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MentionedInfo

        MentionedInfo(MentionedType type, List<String> userIdList, String mentionedContent)
        Parameters:
        type - the mention type
        userIdList - the list of mentioned user IDs; can be null when type is MentionedType.ALL
        mentionedContent - the push notification content for the mention