Class AdminResponse


  • public class AdminResponse
    extends Object
    Response for gets information about a particular user.
    • Field Detail

      • userId

        private String userId
        The Matrix user ID of the user.
      • devices

        private Map<String,​DeviceInfo> devices
        Each key is an identitfier for one of the user's devices.
    • Constructor Detail

      • AdminResponse

        public AdminResponse()