Uses of Class
io.github.ma1uta.matrix.client.model.account.ThreePidRequest
-
Packages that use ThreePidRequest Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of ThreePidRequest in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type ThreePidRequest Modifier and Type Method Description void
AccountApi. updateThreePid(ThreePidRequest threePidRequest, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse, javax.ws.rs.core.SecurityContext securityContext)
Adds contact information to the user's account.
-