Uses of Class
io.github.ma1uta.matrix.client.model.search.Result
-
Packages that use Result Package Description io.github.ma1uta.matrix.client.model.search Search API models. -
-
Uses of Result in io.github.ma1uta.matrix.client.model.search
Fields in io.github.ma1uta.matrix.client.model.search with type parameters of type Result Modifier and Type Field Description private List<Result>
RoomEventResults. results
List of results in the requested order.Methods in io.github.ma1uta.matrix.client.model.search that return types with arguments of type Result Modifier and Type Method Description List<Result>
RoomEventResults. getResults()
Method parameters in io.github.ma1uta.matrix.client.model.search with type arguments of type Result Modifier and Type Method Description void
RoomEventResults. setResults(List<Result> results)
-