Uses of Class
io.github.ma1uta.matrix.server.model.federation.UserDevice
-
Packages that use UserDevice Package Description io.github.ma1uta.matrix.server.model.federation Federation models. -
-
Uses of UserDevice in io.github.ma1uta.matrix.server.model.federation
Fields in io.github.ma1uta.matrix.server.model.federation with type parameters of type UserDevice Modifier and Type Field Description private List<UserDevice>
DeviceResponse. devices
Required.Methods in io.github.ma1uta.matrix.server.model.federation that return types with arguments of type UserDevice Modifier and Type Method Description List<UserDevice>
DeviceResponse. getDevices()
Method parameters in io.github.ma1uta.matrix.server.model.federation with type arguments of type UserDevice Modifier and Type Method Description void
DeviceResponse. setDevices(List<UserDevice> devices)
-