Uses of Class
io.github.ma1uta.matrix.client.model.search.GroupValue
-
Packages that use GroupValue Package Description io.github.ma1uta.matrix.client.model.search Search API models. -
-
Uses of GroupValue in io.github.ma1uta.matrix.client.model.search
Fields in io.github.ma1uta.matrix.client.model.search with type parameters of type GroupValue Modifier and Type Field Description private Map<String,Map<String,GroupValue>>
RoomEventResults. groups
Any groups that were requested.Methods in io.github.ma1uta.matrix.client.model.search that return types with arguments of type GroupValue Modifier and Type Method Description Map<String,Map<String,GroupValue>>
RoomEventResults. getGroups()
Method parameters in io.github.ma1uta.matrix.client.model.search with type arguments of type GroupValue Modifier and Type Method Description void
RoomEventResults. setGroups(Map<String,Map<String,GroupValue>> groups)
-