Uses of Class
io.github.ma1uta.matrix.client.model.sync.DeviceLists
-
Packages that use DeviceLists Package Description io.github.ma1uta.matrix.client.model.sync Sync API models. -
-
Uses of DeviceLists in io.github.ma1uta.matrix.client.model.sync
Fields in io.github.ma1uta.matrix.client.model.sync declared as DeviceLists Modifier and Type Field Description private DeviceLists
SyncResponse. deviceLists
Information on end-to-end device updates, as specified in End-to-end encryption.Methods in io.github.ma1uta.matrix.client.model.sync that return DeviceLists Modifier and Type Method Description DeviceLists
SyncResponse. getDeviceLists()
Methods in io.github.ma1uta.matrix.client.model.sync with parameters of type DeviceLists Modifier and Type Method Description void
SyncResponse. setDeviceLists(DeviceLists deviceLists)
-