Uses of Class
io.github.ma1uta.matrix.server.model.federation.RejectReason
-
Packages that use RejectReason Package Description io.github.ma1uta.matrix.server.model.federation Federation models. -
-
Uses of RejectReason in io.github.ma1uta.matrix.server.model.federation
Fields in io.github.ma1uta.matrix.server.model.federation with type parameters of type RejectReason Modifier and Type Field Description private Map<String,RejectReason>
QueryAuth. rejects
The set of events that the sending server has rejected from the provided auth chain.Methods in io.github.ma1uta.matrix.server.model.federation that return types with arguments of type RejectReason Modifier and Type Method Description Map<String,RejectReason>
QueryAuth. getRejects()
Method parameters in io.github.ma1uta.matrix.server.model.federation with type arguments of type RejectReason Modifier and Type Method Description void
QueryAuth. setRejects(Map<String,RejectReason> rejects)
-