Class DevicesResponse


  • public class DevicesResponse
    extends Object
    Information about all devices for the current user.
    • Field Detail

      • devices

        private List<Device> devices
        A list of all registered devices for this user.
    • Constructor Detail

      • DevicesResponse

        public DevicesResponse()
    • Method Detail

      • setDevices

        public void setDevices​(List<Device> devices)