Uses of Class
io.github.ma1uta.matrix.client.model.serverdiscovery.ServerDiscoveryResponse
-
Packages that use ServerDiscoveryResponse Package Description io.github.ma1uta.matrix.client.model.auth Authentication API models. -
-
Uses of ServerDiscoveryResponse in io.github.ma1uta.matrix.client.model.auth
Fields in io.github.ma1uta.matrix.client.model.auth declared as ServerDiscoveryResponse Modifier and Type Field Description private ServerDiscoveryResponseLoginResponse. wellKnownOptional client configuration provided by the server.Methods in io.github.ma1uta.matrix.client.model.auth that return ServerDiscoveryResponse Modifier and Type Method Description ServerDiscoveryResponseLoginResponse. getWellKnown()Methods in io.github.ma1uta.matrix.client.model.auth with parameters of type ServerDiscoveryResponse Modifier and Type Method Description voidLoginResponse. setWellKnown(ServerDiscoveryResponse wellKnown)
-