Uses of Class
io.github.ma1uta.matrix.client.model.device.Device
-
Packages that use Device Package Description io.github.ma1uta.matrix.client.model.device Device API models. -
-
Uses of Device in io.github.ma1uta.matrix.client.model.device
Fields in io.github.ma1uta.matrix.client.model.device with type parameters of type Device Modifier and Type Field Description private List<Device>
DevicesResponse. devices
A list of all registered devices for this user.Methods in io.github.ma1uta.matrix.client.model.device that return types with arguments of type Device Modifier and Type Method Description List<Device>
DevicesResponse. getDevices()
Method parameters in io.github.ma1uta.matrix.client.model.device with type arguments of type Device Modifier and Type Method Description void
DevicesResponse. setDevices(List<Device> devices)
-