Uses of Class
io.github.ma1uta.matrix.client.model.deprecatedsync.DeprecatedRoomInfo
-
Packages that use DeprecatedRoomInfo Package Description io.github.ma1uta.matrix.client.model.deprecatedsync Deprecated API models. -
-
Uses of DeprecatedRoomInfo in io.github.ma1uta.matrix.client.model.deprecatedsync
Fields in io.github.ma1uta.matrix.client.model.deprecatedsync with type parameters of type DeprecatedRoomInfo Modifier and Type Field Description private List<DeprecatedRoomInfo>DeprecatedInitialSyncResponse. roomsDeprecated.Required.Methods in io.github.ma1uta.matrix.client.model.deprecatedsync that return types with arguments of type DeprecatedRoomInfo Modifier and Type Method Description List<DeprecatedRoomInfo>DeprecatedInitialSyncResponse. getRooms()Deprecated.Method parameters in io.github.ma1uta.matrix.client.model.deprecatedsync with type arguments of type DeprecatedRoomInfo Modifier and Type Method Description voidDeprecatedInitialSyncResponse. setRooms(List<DeprecatedRoomInfo> rooms)Deprecated.
-