Uses of Class
io.github.ma1uta.matrix.client.model.account.RegisterRequest
-
Packages that use RegisterRequest Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of RegisterRequest in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type RegisterRequest Modifier and Type Method Description void
AccountApi. register(String kind, RegisterRequest registerRequest, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse)
Register for an account on this homeserver.
-