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 ServerDiscoveryResponse
LoginResponse. wellKnown
Optional client configuration provided by the server.Methods in io.github.ma1uta.matrix.client.model.auth that return ServerDiscoveryResponse Modifier and Type Method Description ServerDiscoveryResponse
LoginResponse. getWellKnown()
Methods in io.github.ma1uta.matrix.client.model.auth with parameters of type ServerDiscoveryResponse Modifier and Type Method Description void
LoginResponse. setWellKnown(ServerDiscoveryResponse wellKnown)
-