Class GroupUserInfo

  • All Implemented Interfaces:

    
    public class GroupUserInfo
    
                        

    Entity class for group member information.

    Since:

    5.10.5

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String extra
      public final static Creator<GroupUserInfo> CREATOR
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupUserInfo(String groupId, String userId, String nickname) Constructs a group member object.
      GroupUserInfo(String groupId, String userId, String nickname, String extra)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

      • GroupUserInfo

        GroupUserInfo(String groupId, String userId, String nickname)
        Constructs a group member object.
        Parameters:
        groupId - the group ID
        userId - the user ID
        nickname - the user's nickname within the group
      • GroupUserInfo

        GroupUserInfo(String groupId, String userId, String nickname, String extra)