Uses of Class
io.github.ma1uta.matrix.client.model.report.ReportRequest
-
Packages that use ReportRequest Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of ReportRequest in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type ReportRequest Modifier and Type Method Description void
ReportApi. report(String roomId, String eventId, ReportRequest reportRequest, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse, javax.ws.rs.core.SecurityContext securityContext)
Reports an event as inappropriate to the server, which may then notify the appropriate people.
-